Name | Lookup | Parameters | |
|---|---|---|---|
| fill_block | 0000 | 1 | |
| remark | 0001 | 1 | |
| set_heap_pages | 0002 | 1 | |
| set_code | 0003 | 1 | |
| set_code_without_checks | 0004 | 1 | |
| set_changes_trie_config | 0005 | 1 | |
| set_storage | 0006 | 1 | |
| kill_storage | 0007 | 1 | |
| kill_prefix | 0008 | 2 | |
| suicide | 0009 | - |
Name | Lookup | Attributes | |
|---|---|---|---|
| ExtrinsicSuccess | 0000 | ||
| ExtrinsicFailed | 0001 | ||
| CodeUpdated | 0002 | ||
| NewAccount | 0003 | ||
| KilledAccount | 0004 |
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":"weights::ExtrinsicsWeight"} | |
| 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"} | |
| ExtrinsicsRoot | {"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"} | |
| ExecutionPhase | {"origin":"PlainType","plain_type":"Phase"} |
Name | Type | Value | |
|---|---|---|---|
| BlockHashCount | BlockNumber | 0x60090000 | |
| MaximumBlockWeight | Weight | 0x00204aa9d1010000 | |
| DbWeight | RuntimeDbWeight | 0x40787d010000000000e1f50500000000 | |
| BlockExecutionWeight | Weight | 0x00f2052a01000000 | |
| ExtrinsicBaseWeight | Weight | 0x4059730700000000 | |
| MaximumBlockLength | u32 | 0x00005000 |
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. |