Name | Lookup | Parameters | |
|---|---|---|---|
| fill_block | 0a00 | 1 | |
| remark | 0a01 | 1 | |
| set_heap_pages | 0a02 | 1 | |
| set_code | 0a03 | 1 | |
| set_code_without_checks | 0a04 | 1 | |
| set_changes_trie_config | 0a05 | 1 | |
| set_storage | 0a06 | 1 | |
| kill_storage | 0a07 | 1 | |
| kill_prefix | 0a08 | 2 | |
| remark_with_event | 0a09 | 1 |
Name | Lookup | Attributes | |
|---|---|---|---|
| ExtrinsicSuccess | 0a00 | ||
| ExtrinsicFailed | 0a01 | ||
| CodeUpdated | 0a02 | ||
| NewAccount | 0a03 | ||
| KilledAccount | 0a04 | ||
| Remarked | 0a05 |
Name | Type | |
|---|---|---|
| Account | {"origin":"MapType","map_type":{"key":"AccountId","hasher":"Blake2_128Concat","value":"AccountInfo<Index, AccountData>","isLinked":false}} | |
| ExtrinsicCount | {"origin":"PlainType","plain_type":"u32"} | |
| BlockWeight | {"origin":"PlainType","plain_type":"ConsumedWeight"} | |
| AllExtrinsicsLen | {"origin":"PlainType","plain_type":"u32"} | |
| BlockHash | {"origin":"MapType","map_type":{"key":"BlockNumber","hasher":"Twox64Concat","value":"Hash","isLinked":false}} | |
| ExtrinsicData | {"origin":"MapType","map_type":{"key":"u32","hasher":"Twox64Concat","value":"Bytes","isLinked":false}} | |
| Number | {"origin":"PlainType","plain_type":"BlockNumber"} | |
| ParentHash | {"origin":"PlainType","plain_type":"Hash"} | |
| Digest | {"origin":"PlainType","plain_type":"DigestOf"} | |
| Events | {"origin":"PlainType","plain_type":"Vec<EventRecord<Event, Hash>>"} | |
| EventCount | {"origin":"PlainType","plain_type":"EventIndex"} | |
| EventTopics | {"origin":"MapType","map_type":{"key":"Hash","hasher":"Blake2_128Concat","value":"Vec<(BlockNumber, EventIndex)>","isLinked":false}} | |
| LastRuntimeUpgrade | {"origin":"PlainType","plain_type":"LastRuntimeUpgradeInfo"} | |
| UpgradedToU32RefCount | {"origin":"PlainType","plain_type":"bool"} | |
| UpgradedToTripleRefCount | {"origin":"PlainType","plain_type":"bool"} | |
| ExecutionPhase | {"origin":"PlainType","plain_type":"Phase"} |
Name | Type | Value | |
|---|---|---|---|
| BlockWeights | limits::BlockWeights | 0x00f2052a010000000088526a74000000405973070000000001c0180fa44b0000000100e6bd4f57000000010000000000000000405973070000000001c0baa3be68000000010088526a740000000100a2941a1d0000004059730700000000000000 | |
| BlockLength | limits::BlockLength | 0x00003c000000500000005000 | |
| BlockHashCount | BlockNumber | 0x60090000 | |
| DbWeight | RuntimeDbWeight | 0x00000000000000000000000000000000 | |
| Version | RuntimeVersion | 0x1873686964656e1873686964656e01000000030000000000000024df6acb689907609b0300000037e397fc7c91f5e40100000040fe3ad401f8959a05000000d2bc9897eed08f1502000000f78b278be53f454c02000000bc9d89904f5b923f0100000037c8bb1350a9a2a801000000ab3c0572291feb8b01000000ea93e3f16f3d69620100000001000000 | |
| SS58Prefix | u16 | 0x0500 |
Name | Docs |
|---|---|
| InvalidSpecName | The name of specification does not match between the current runtime and the new runtime. |
| SpecVersionNeedsToIncrease | The specification version is not allowed to decrease between the current runtime and 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. |