aboutsummaryrefslogtreecommitdiffstats
path: root/packages/types/src/index.ts
diff options
context:
space:
mode:
authorGreg Hysen <greg.hysen@gmail.com>2018-06-07 08:14:13 +0800
committerGreg Hysen <greg.hysen@gmail.com>2018-06-08 06:39:40 +0800
commitdb086de84ae7a238b91b5ce79fcc1a8e4c830ac5 (patch)
treee4e94a44b0dc0e7f99ab44fc968ff4d7457de68d /packages/types/src/index.ts
parent37684c6af0d2962f7c7822dd14531787bd7b4212 (diff)
downloaddexon-sol-tools-db086de84ae7a238b91b5ce79fcc1a8e4c830ac5.tar
dexon-sol-tools-db086de84ae7a238b91b5ce79fcc1a8e4c830ac5.tar.gz
dexon-sol-tools-db086de84ae7a238b91b5ce79fcc1a8e4c830ac5.tar.bz2
dexon-sol-tools-db086de84ae7a238b91b5ce79fcc1a8e4c830ac5.tar.lz
dexon-sol-tools-db086de84ae7a238b91b5ce79fcc1a8e4c830ac5.tar.xz
dexon-sol-tools-db086de84ae7a238b91b5ce79fcc1a8e4c830ac5.tar.zst
dexon-sol-tools-db086de84ae7a238b91b5ce79fcc1a8e4c830ac5.zip
Union types for generalized decodeAssetData
Diffstat (limited to 'packages/types/src/index.ts')
-rw-r--r--packages/types/src/index.ts6
1 files changed, 0 insertions, 6 deletions
diff --git a/packages/types/src/index.ts b/packages/types/src/index.ts
index 0f7bb73be..a5da947e1 100644
--- a/packages/types/src/index.ts
+++ b/packages/types/src/index.ts
@@ -167,9 +167,3 @@ export interface ERC721AssetData {
tokenId: BigNumber;
receiverData: string;
}
-
-export interface AssetData {
- assetProxyId: AssetProxyId;
- tokenAddress?: string;
- data?: any;
-}