index
:
dexon-0x-contracts
dev
master
stable
DEXON fork of 0x protocol contracts forked from 0x-monorepo (https://github.com/dexon-foundation/0x-contracts)
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
contracts
/
test-utils
/
src
/
abstract_asset_wrapper.ts
blob: 4b56a8502f57626985d74ed27c01930c54cb1ecb (
plain
) (
blame
)
1
2
3
export abstract class
AbstractAssetWrapper
{
public abstract
getProxyId
():
string
;
}