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 |
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":"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"} | |
UpgradedToDualRefCount | {"origin":"PlainType","plain_type":"bool"} | |
ExecutionPhase | {"origin":"PlainType","plain_type":"Phase"} |
Name | Type | Value | |
---|---|---|---|
BlockWeights | limits::BlockWeights | 0x00c817a80400000000204aa9d10100008036be26000000000180914b872e010000010098f73e5d0100000100000000000000008036be26000000000180199ef1a20100000100204aa9d1010000010088526a740000008036be2600000000000000 | |
BlockLength | limits::BlockLength | 0x000078000000a0000000a000 | |
BlockHashCount | BlockNumber | 0xfa000000 | |
DbWeight | RuntimeDbWeight | 0x80f0fa020000000000c2eb0b00000000 | |
Version | RuntimeVersion | 0x40706f6c796d6573685f746573746e657440706f6c796d6573685f746573746e657401000000b80b00000000000048df6acb689907609b0300000037e397fc7c91f5e40100000040fe3ad401f8959a04000000d2bc9897eed08f1502000000f78b278be53f454c02000000ed99c5acb25eedf502000000cbca25e39f14238702000000687ad44ad37f03c201000000bc9d89904f5b923f0100000037c8bb1350a9a2a801000000ab3c0572291feb8b0100000018ef58a3b67ba77001000000329342994773047f01000000001a0b29f17d01f401000000f28e8080b6e2dfd001000000bb6ba9053c5c9d78010000009f242c2c886f3fce01000000595ac34c5ea1f5fe0100000001000000 | |
SS58Prefix | u8 | 0x2a |
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. |