Name | Lookup | Parameters | |
---|---|---|---|
mint_nft | 6600 | 8 | |
mint_nft_directly_to_nft | 6601 | 8 | |
create_collection | 6602 | 4 | |
burn_nft | 6603 | 2 | |
destroy_collection | 6604 | 1 | |
send | 6605 | 3 | |
accept_nft | 6606 | 3 | |
reject_nft | 6607 | 2 | |
change_collection_issuer | 6608 | 2 | |
set_property | 6609 | 4 | |
lock_collection | 660a | 1 | |
add_basic_resource | 660b | 4 | |
add_composable_resource | 660c | 4 | |
add_slot_resource | 660d | 4 | |
replace_resource | 660e | 4 | |
accept_resource | 660f | 3 | |
remove_resource | 6610 | 3 | |
accept_resource_removal | 6611 | 3 | |
set_priority | 6612 | 3 |
Name | Lookup | Attributes | |
---|---|---|---|
CollectionCreated | 6600 | ["AccountId","CollectionId"] | |
NftMinted | 6601 | ["AccountIdOrCollectionNftTuple<AccountId, CollectionId, ItemId >","CollectionId","ItemId"] | |
NFTBurned | 6602 | ["AccountId","CollectionId","ItemId"] | |
CollectionDestroyed | 6603 | ["AccountId","CollectionId"] | |
NFTSent | 6604 | ["AccountId","AccountIdOrCollectionNftTuple<AccountId, CollectionId, ItemId >","CollectionId","ItemId","bool"] | |
NFTAccepted | 6605 | ["AccountId","AccountIdOrCollectionNftTuple<AccountId, CollectionId, ItemId >","CollectionId","ItemId"] | |
NFTRejected | 6606 | ["AccountId","CollectionId","ItemId"] | |
IssuerChanged | 6607 | ["AccountId","AccountId","CollectionId"] | |
PropertySet | 6608 | ["CollectionId","Option<ItemId>","KeyLimitOf","ValueLimitOf"] | |
PropertyRemoved | 6609 | ["CollectionId","Option<ItemId>","KeyLimitOf"] | |
CollectionLocked | 660a | ["AccountId","CollectionId"] | |
ResourceAdded | 660b | ["ItemId","ResourceId","CollectionId"] | |
ResourceReplaced | 660c | ["ItemId","ResourceId","CollectionId"] | |
ResourceAccepted | 660d | ["ItemId","ResourceId","CollectionId"] | |
ResourceRemoval | 660e | ["ItemId","ResourceId","CollectionId"] | |
ResourceRemovalAccepted | 660f | ["ItemId","ResourceId","CollectionId"] | |
PrioritySet | 6610 | ["CollectionId","ItemId"] |
Name | Type | |
---|---|---|
Collections | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"rmrk_traits:collection:CollectionInfo","keys_id":4,"value_id":610}} | |
Nfts | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Twox64Concat"],"key_vec":["U32","U32"],"value":"rmrk_traits:nft:NftInfo","keys_id":39,"value_id":611}} | |
Priorities | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat","Blake2_128Concat"],"key_vec":["U32","U32","U32"],"value":"U32","keys_id":555,"value_id":4}} | |
Children | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Twox64Concat"],"key_vec":["Tuple:U32U32","Tuple:U32U32"],"value":"NULL","keys_id":614,"value_id":31}} | |
Resources | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat","Blake2_128Concat"],"key_vec":["U32","U32","U32"],"value":"rmrk_traits:resource:ResourceInfo","keys_id":555,"value_id":615}} | |
EquippableBases | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat","Blake2_128Concat"],"key_vec":["U32","U32","U32"],"value":"NULL","keys_id":555,"value_id":31}} | |
EquippableSlots | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat","Blake2_128Concat","Blake2_128Concat","Blake2_128Concat"],"key_vec":["U32","U32","U32","U32","U32"],"value":"NULL","keys_id":616,"value_id":31}} | |
Properties | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat","Blake2_128Concat"],"key_vec":["U32","option<U32>","Vec<U8>"],"value":"Vec<U8>","keys_id":606,"value_id":135}} | |
Lock | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["Tuple:U32U32"],"value":"Bool","keys_id":39,"value_id":100}} | |
DummyStorage | {"origin":"PlainType","plain_type":"Tuple:rmrk_traits:nft:NftChildPhantomType:phantom_type","PlainTypeValue":617} |
Name | Type | Value | |
---|---|---|---|
ResourceSymbolLimit | U32 | 0a000000 | |
PartsLimit | U32 | 19000000 | |
MaxPriorities | U32 | 19000000 | |
NestingBudget | U32 | c8000000 |
Name | Docs |
---|---|
NoneValue | Error names should be descriptive. |
StorageOverflow | Errors should have helpful documentation associated with them. |
TooLong | |
NoAvailableCollectionId | |
NoAvailableResourceId | |
MetadataNotSet | |
RecipientNotSet | |
NoAvailableNftId | |
NotInRange | |
RoyaltyNotSet | |
CollectionUnknown | |
NoPermission | |
NoWitness | |
CollectionNotEmpty | |
CollectionFullOrLocked | |
CannotSendToDescendentOrSelf | |
ResourceAlreadyExists | |
NftAlreadyExists | |
EmptyResource | |
TooManyRecursions | The recursion limit has been reached. |
NftIsLocked | |
CannotAcceptNonOwnedNft | |
CannotRejectNonOwnedNft | |
CannotRejectNonPendingNft | |
ResourceDoesntExist | |
ResourceNotPending | Accepting a resource that is not pending should fail |
NonTransferable | |
CannotSendEquippedItem | |
CannotAcceptToNewOwner | |
FailedTransferHooksPreCheck | |
FailedTransferHooksPostTransfer |