Name | Lookup | Parameters | |
|---|---|---|---|
| create_class | 6900 | 3 | |
| mint | 6901 | 3 | |
| transfer | 6902 | 3 | |
| burn | 6903 | 2 | |
| destroy_class | 6904 | 1 |
Name | Lookup | Attributes | |
|---|---|---|---|
| ClassCreated | 6900 | ["AccountId","NftClassId","ClassType"] | |
| InstanceMinted | 6901 | ["AccountId","NftClassId","NftInstanceId"] | |
| InstanceTransferred | 6902 | ["AccountId","AccountId","NftClassId","NftInstanceId"] | |
| InstanceBurned | 6903 | ["AccountId","NftClassId","NftInstanceId"] | |
| ClassDestroyed | 6904 | ["AccountId","NftClassId"] |
Name | Type | |
|---|---|---|
| Classes | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U128"],"value":"pallet_nft:types:ClassInfo","keys_id":6,"value_id":392}} | |
| Instances | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Twox64Concat"],"key_vec":["U128","U128"],"value":"Vec<U8>","keys_id":330,"value_id":393}} |
Name | Type | Value | |
|---|---|---|---|
| ReserveClassIdUpTo | U128 | 3f420f00000000000000000000000000 |
Name | Docs |
|---|---|
| NoAvailableInstanceId | Count of instances overflown |
| NoAvailableClassId | Count of classes overflown |
| TokenClassNotEmpty | Class still contains minted tokens |
| ClassUnknown | Class does not exist |
| InstanceUnknown | Instance does not exist |
| NotPermitted | Operation not permitted |
| IdReserved | ID reserved for runtime |