Metadata
Parsed metadata specification complete with its pallets.
Metadata version.
Possible values: >= 0
14pallets object[]required
Metadata pallets.
calls object[]required
Pallet's calls.
Call documentation. One item per line in the array.
["Call documentation line 1.","Call documentation line 2."]Call's index inside the metadata pallet.
Possible values: >= 0
37Call name. Camel case.
Transferconstants object[]required
Pallet's constants.
Constant documentation. One item per line in the array.
["Call documentation line 1.","Call documentation line 2."]Constant's index inside the metadata pallet.
Possible values: >= 0
7Constant name. Camel case.
BountyDepositBaseId of the constant's type.
Possible values: >= 0
3Name of the constant's type.
TypeNameMetadata constant value in JSON format. Schema depends on the definition within the runtime metadata.
Arbitrary hex-encoded bytes, 0x-prefixed.
Possible values: Value must match regular expression ^0x(?:[0-9a-f]{2})+$
errors object[]required
Pallet's errors.
Error documentation. One item per line in the array.
["Call documentation line 1.","Call documentation line 2."]Error's index inside the metadata pallet.
Possible values: >= 0
17Error name. Camel case.
AssignmentsEmptyevents object[]required
Pallet's events.
Event documentation. One item per line in the array.
["Call documentation line 1.","Call documentation line 2."]Event's index inside the metadata pallet.
Possible values: >= 0
21Event name. Camel case.
CandidateBackedPallet's index inside the metadata.
Possible values: >= 0
53Pallet's name.
BalancesstorageItems object[]required
Pallet's storage items.
Storage item documentation. One item per line in the array.
["Call documentation line 1.","Call documentation line 2."]Storage item's index inside the metadata pallet.
Possible values: >= 0
0Arbitrary hex-encoded bytes, 0x-prefixed.
Possible values: Value must match regular expression ^0x(?:[0-9a-f]{2})+$
Storage item name. Camel case.
AccountMetadata runtime spec version.
Possible values: >= 0
1001{
"metadataVersion": 14,
"pallets": [
{
"calls": [
{
"docs": [
"Make some on-chain remark."
],
"index": 0,
"name": "Remark"
}
],
"constants": [
{
"docs": [
"The maximum length of a block (in bytes)."
],
"index": 1,
"name": "BlockLength",
"typeId": 156,
"typeName": "frame_system::limits::BlockLength",
"value": {
"max": {
"mandatory": "5242880",
"normal": "3932160",
"operational": "5242880"
}
},
"valueHex": "0x00003c000000500000005000"
}
],
"errors": [
{
"docs": [
"The name of specification does not match between the current runtime",
"and the new runtime."
],
"index": 0,
"name": "InvalidSpecName"
}
],
"events": [
{
"docs": [
"`:code` was updated."
],
"index": 2,
"name": "CodeUpdated"
}
],
"index": 0,
"name": "System",
"storageItems": [
{
"docs": [
"Hash of the previous block."
],
"index": 8,
"keyPrefix": "0x26aa394eea5630e07c48ae0c9558cef78a42f33323cb5ced3b44dd825fda9fcc",
"name": "ParentHash"
}
]
}
],
"specVersion": 1001
}