Name | Lookup | Parameters | |
---|---|---|---|
remark | 0a00 | 1 | |
set_heap_pages | 0a01 | 1 | |
set_code | 0a02 | 1 | |
set_code_without_checks | 0a03 | 1 | |
set_storage | 0a04 | 1 | |
kill_storage | 0a05 | 1 | |
kill_prefix | 0a06 | 2 | |
remark_with_event | 0a07 | 1 | |
authorize_upgrade | 0a09 | 1 | |
authorize_upgrade_without_checks | 0a0a | 1 | |
apply_authorized_upgrade | 0a0b | 1 |
Name | Lookup | Attributes | |
---|---|---|---|
ExtrinsicSuccess | 0a00 | ["DispatchInfo"] | |
ExtrinsicFailed | 0a01 | ["DispatchError","DispatchInfo"] | |
CodeUpdated | 0a02 | ||
NewAccount | 0a03 | ["AccountId"] | |
KilledAccount | 0a04 | ["AccountId"] | |
Remarked | 0a05 | ["AccountId","Hash"] | |
UpgradeAuthorized | 0a06 | ["Hash","bool"] |
Name | Type | |
---|---|---|
Account | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["AccountId"],"value":"frame_system:AccountInfo","keys_id":0,"value_id":3}} | |
ExtrinsicCount | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
InherentsApplied | {"origin":"PlainType","plain_type":"Bool","PlainTypeValue":8} | |
BlockWeight | {"origin":"PlainType","plain_type":"frame_support:dispatch:PerDispatchClass@9","PlainTypeValue":9} | |
AllExtrinsicsLen | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
BlockHash | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"H256","keys_id":4,"value_id":13}} | |
ExtrinsicData | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"Vec<U8>","keys_id":4,"value_id":14}} | |
Number | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
ParentHash | {"origin":"PlainType","plain_type":"H256","PlainTypeValue":13} | |
Digest | {"origin":"PlainType","plain_type":"Vec<sp_runtime:generic:digest:DigestItem>","PlainTypeValue":15} | |
Events | {"origin":"PlainType","plain_type":"Vec<frame_system:EventRecord>","PlainTypeValue":19} | |
EventCount | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
EventTopics | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["H256"],"value":"Vec<Tuple:U32U32>","keys_id":13,"value_id":189}} | |
LastRuntimeUpgrade | {"origin":"PlainType","plain_type":"frame_system:LastRuntimeUpgradeInfo","PlainTypeValue":190} | |
UpgradedToU32RefCount | {"origin":"PlainType","plain_type":"Bool","PlainTypeValue":8} | |
UpgradedToTripleRefCount | {"origin":"PlainType","plain_type":"Bool","PlainTypeValue":8} | |
ExecutionPhase | {"origin":"PlainType","plain_type":"frame_system:Phase","PlainTypeValue":188} | |
AuthorizedUpgrade | {"origin":"PlainType","plain_type":"frame_system:CodeUpgradeAuthorization","PlainTypeValue":191} |
Name | Type | Value | |
---|---|---|---|
BlockWeights | frame_system:limits:BlockWeights | 624d186c00070088526a74020040014247871900010730a020a54b0200d000010700e6bd4f570200f000010000424787190001073042b5bf680200200101070088526a7402004001010700a2941a1d020050004247871900000000 | |
BlockLength | frame_support:dispatch:PerDispatchClass@201 | 00003c000000500000005000 | |
BlockHashCount | U32 | 00100000 | |
DbWeight | sp_weights:RuntimeDbWeight | 40787d010000000000e1f50500000000 | |
Version | sp_version:RuntimeVersion | 1c736869627579611c7368696275796101000000880000000000000048df6acb689907609b0500000037e397fc7c91f5e402000000dd718d5cc53262d401000000d7bdd8a272ca0d650100000040fe3ad401f8959a06000000d2bc9897eed08f1503000000f78b278be53f454c02000000bc9d89904f5b923f0100000037c8bb1350a9a2a804000000f3ff14d5ab52705903000000ab3c0572291feb8b01000000ea93e3f16f3d696202000000582211f65bb14b8905000000e65b00e46cedd0aa0200000068b66ba122c93fa702000000e8accb82fb152951020000006ff52ee858e6c5bd01000000fbc577b9d747efd6010000000300000001 | |
SS58Prefix | U16 | 0500 |
Name | Docs |
---|---|
InvalidSpecName | The name of specification does not match between the current runtimeand the new runtime. |
SpecVersionNeedsToIncrease | The specification version is not allowed to decrease between the current runtimeand the new runtime. |
FailedToExtractRuntimeVersion | Failed to extract the runtime version from the new runtime.Either calling `Core_version` or decoding `RuntimeVersion` failed. |
NonDefaultComposite | Suicide called when the account has non-default composite data. |
NonZeroRefCount | There is a non-zero reference count preventing the account from being purged. |
CallFiltered | The origin filter prevent the call to be dispatched. |
MultiBlockMigrationsOngoing | A multi-block migration is ongoing and prevents the current code from being replaced. |
NothingAuthorized | No upgrade authorized. |
Unauthorized | The submitted code is not authorized. |