UNPKG
@swaptoshi/dex-module
Version:
latest (1.0.0-alpha.0)
1.0.0-alpha.0
Klayr decentralized exchange (dex) on-chain module
swaptoshi.com
Swaptoshi/swaptoshi-sdk
@swaptoshi/dex-module
/
dist
/
types
/
nft.d.ts
17 lines
(16 loc)
•
359 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
export interface GenesisNFTStore { nftSubstore: { nftID: Buffer; owner: Buffer; attributesArray: { module: string; attributes: Buffer; }
[]
; }
[]
; supportedNFTsSubstore: { chainID: Buffer; supportedCollectionIDArray: { collectionID: Buffer; }
[]
; }
[]
; }