Name | Lookup | Parameters | |
|---|---|---|---|
| create_collection | 6900 | 3 | |
| mint | 6901 | 3 | |
| transfer | 6902 | 3 | |
| burn | 6903 | 2 | |
| destroy_collection | 6904 | 1 |
Name | Lookup | Attributes | |
|---|---|---|---|
| CollectionCreated | 6900 | ["AccountId","NftCollectionId","CollectionType","BoundedVecOfUnq"] | |
| ItemMinted | 6901 | ["AccountId","NftCollectionId","NftItemId","BoundedVecOfUnq"] | |
| ItemTransferred | 6902 | ["AccountId","AccountId","NftCollectionId","NftItemId"] | |
| ItemBurned | 6903 | ["AccountId","NftCollectionId","NftItemId"] | |
| CollectionDestroyed | 6904 | ["AccountId","NftCollectionId"] |
Name | Type | |
|---|---|---|
| Collections | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U128"],"value":"pallet_nft:types:CollectionInfo","keys_id":6,"value_id":650}} | |
| Items | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Twox64Concat"],"key_vec":["U128","U128"],"value":"Vec<U8>","keys_id":507,"value_id":651}} |
Name | Type | Value | |
|---|---|---|---|
| ReserveCollectionIdUpTo | U128 | 3f420f00000000000000000000000000 |
Name | Docs |
|---|---|
| NoAvailableItemId | Count of items overflown |
| NoAvailableCollectionId | Count of collections overflown |
| TokenCollectionNotEmpty | Collection still contains minted tokens |
| CollectionUnknown | Collection does not exist |
| ItemUnknown | Item does not exist |
| NotPermitted | Operation not permitted |
| IdReserved | ID reserved for runtime |