difftreelog
Runtime types updated
in: master
1 file changed
runtime_types.jsondiffbeforeafterboth1{2 "Schedule": {3 "version": "u32",4 "put_code_per_byte_cost": "Gas",5 "grow_mem_cost": "Gas",6 "regular_op_cost": "Gas",7 "return_data_per_byte_cost": "Gas",8 "event_data_per_byte_cost": "Gas",9 "event_per_topic_cost": "Gas",10 "event_base_cost": "Gas",11 "call_base_cost": "Gas",12 "instantiate_base_cost": "Gas",13 "dispatch_base_cost": "Gas",14 "sandbox_data_read_cost": "Gas",15 "sandbox_data_write_cost": "Gas",16 "transfer_cost": "Gas",17 "instantiate_cost": "Gas",18 "max_event_topics": "u32",19 "max_stack_height": "u32",20 "max_memory_pages": "u32",21 "max_table_size": "u32",22 "enable_println": "bool",23 "max_subject_len": "u32"24 },25 "AccessMode": {26 "_enum": [27 "Normal",28 "WhiteList"29 ]30 },31 "DecimalPoints": "u8",32 "CollectionMode": {33 "_enum": {34 "Invalid": null,35 "NFT": null,36 "Fungible": "DecimalPoints",37 "ReFungible": "DecimalPoints"38 }39 },40 "Ownership": {41 "Owner": "AccountId",42 "Fraction": "u128"43 },44 "FungibleItemType": {45 "Collection": "CollectionId",46 "Owner": "AccountId",47 "Value": "u128"48 },49 "NftItemType": {50 "Collection": "CollectionId",51 "Owner": "AccountId",52 "ConstData": "Vec<u8>",53 "VariableData": "Vec<u8>"54 },55 "ReFungibleItemType": {56 "Collection": "CollectionId",57 "Owner": "Vec<Ownership<AccountId>>",58 "ConstData": "Vec<u8>",59 "VariableData": "Vec<u8>"60 },61 "CollectionType": {62 "Owner": "AccountId",63 "Mode": "CollectionMode",64 "Access": "AccessMode",65 "DecimalPoints": "DecimalPoints",66 "Name": "Vec<u16>",67 "Description": "Vec<u16>",68 "TokenPrefix": "Vec<u8>",69 "MintMode": "bool",70 "OffchainSchema": "Vec<u8>",71 "Sponsor": "AccountId",72 "UnconfirmedSponsor": "AccountId",73 "Limits": "CollectionLimits",74 "VariableOnChainSchema": "Vec<u8>",75 "ConstOnChainSchema": "Vec<u8>"76 },77 "ApprovePermissions": {78 "Approved": "AccountId",79 "Amount": "u128"80 },81 "RawData": "Vec<u8>",82 "Address": "AccountId",83 "LookupSource": "AccountId",84 "Weight": "u64",85 "CreateNftData": {86 "const_data": "Vec<u8>",87 "variable_data": "Vec<u8>" 88 },89 "CreateFungibleData": {},90 "CreateReFungibleData": {91 "const_data": "Vec<u8>",92 "variable_data": "Vec<u8>" 93 },94 "CreateItemData": {95 "_enum": {96 "NFT": "CreateNftData",97 "Fungible": "CreateFungibleData",98 "ReFungible": "CreateReFungibleData"99 }100 },101 "SchemaVersion": {102 "_enum": [103 "ImageURL",104 "Unique"105 ]106 },107 "CollectionId": "u32",108 "TokenId": "u32",109 "BasketItem": {110 "Address": "AccountId",111 "start_block": "BlockNumber"112 },113 "ChainLimits": {114 "collection_numbers_limit": "u32",115 "account_token_ownership_limit": "u32",116 "collections_admins_limit": "u64",117 "custom_data_limit": "u32",118 "nft_sponsor_timeout": "u32",119 "fungible_sponsor_timeout": "u32",120 "refungible_sponsor_timeout": "u32"121 },122 "CollectionLimits": {123 "AccountTokenOwnershipLimit": "u32",124 "SponsoredMintSize": "u32",125 "TokenLimit": "u32",126 "SponsorTimeout": "u32"127 }128 }129 1{2 "Schedule": {3 "version": "u32",4 "put_code_per_byte_cost": "Gas",5 "grow_mem_cost": "Gas",6 "regular_op_cost": "Gas",7 "return_data_per_byte_cost": "Gas",8 "event_data_per_byte_cost": "Gas",9 "event_per_topic_cost": "Gas",10 "event_base_cost": "Gas",11 "call_base_cost": "Gas",12 "instantiate_base_cost": "Gas",13 "dispatch_base_cost": "Gas",14 "sandbox_data_read_cost": "Gas",15 "sandbox_data_write_cost": "Gas",16 "transfer_cost": "Gas",17 "instantiate_cost": "Gas",18 "max_event_topics": "u32",19 "max_stack_height": "u32",20 "max_memory_pages": "u32",21 "max_table_size": "u32",22 "enable_println": "bool",23 "max_subject_len": "u32"24 },25 "AccessMode": {26 "_enum": [27 "Normal",28 "WhiteList"29 ]30 },31 "DecimalPoints": "u8",32 "CollectionMode": {33 "_enum": {34 "Invalid": null,35 "NFT": null,36 "Fungible": "DecimalPoints",37 "ReFungible": "DecimalPoints"38 }39 },40 "Ownership": {41 "Owner": "AccountId",42 "Fraction": "u128"43 },44 "FungibleItemType": {45 "Collection": "CollectionId",46 "Owner": "AccountId",47 "Value": "u128"48 },49 "NftItemType": {50 "Collection": "CollectionId",51 "Owner": "AccountId",52 "ConstData": "Vec<u8>",53 "VariableData": "Vec<u8>"54 },55 "ReFungibleItemType": {56 "Collection": "CollectionId",57 "Owner": "Vec<Ownership<AccountId>>",58 "ConstData": "Vec<u8>",59 "VariableData": "Vec<u8>"60 },61 "CollectionType": {62 "Owner": "AccountId",63 "Mode": "CollectionMode",64 "Access": "AccessMode",65 "DecimalPoints": "DecimalPoints",66 "Name": "Vec<u16>",67 "Description": "Vec<u16>",68 "TokenPrefix": "Vec<u8>",69 "MintMode": "bool",70 "OffchainSchema": "Vec<u8>",71 "SchemaVersion": "SchemaVersion",72 "Sponsor": "AccountId",73 "UnconfirmedSponsor": "AccountId",74 "Limits": "CollectionLimits",75 "VariableOnChainSchema": "Vec<u8>",76 "ConstOnChainSchema": "Vec<u8>"77 },78 "ApprovePermissions": {79 "Approved": "AccountId",80 "Amount": "u128"81 },82 "RawData": "Vec<u8>",83 "Address": "AccountId",84 "LookupSource": "AccountId",85 "Weight": "u64",86 "CreateNftData": {87 "const_data": "Vec<u8>",88 "variable_data": "Vec<u8>" 89 },90 "CreateFungibleData": {},91 "CreateReFungibleData": {92 "const_data": "Vec<u8>",93 "variable_data": "Vec<u8>" 94 },95 "CreateItemData": {96 "_enum": {97 "NFT": "CreateNftData",98 "Fungible": "CreateFungibleData",99 "ReFungible": "CreateReFungibleData"100 }101 },102 "SchemaVersion": {103 "_enum": [104 "ImageURL",105 "Unique"106 ]107 },108 "CollectionId": "u32",109 "TokenId": "u32",110 "BasketItem": {111 "Address": "AccountId",112 "start_block": "BlockNumber"113 },114 "ChainLimits": {115 "collection_numbers_limit": "u32",116 "account_token_ownership_limit": "u32",117 "collections_admins_limit": "u64",118 "custom_data_limit": "u32",119 "nft_sponsor_timeout": "u32",120 "fungible_sponsor_timeout": "u32",121 "refungible_sponsor_timeout": "u32"122 },123 "CollectionLimits": {124 "AccountTokenOwnershipLimit": "u32",125 "SponsoredMintSize": "u32",126 "TokenLimit": "u32",127 "SponsorTimeout": "u32"128 }129 }130