GenesisRecord
A storage item initialized at genesis.
Storage item key prefix for the genesis record
Possible values: Value must match regular expression ^0x(?:[0-9a-f]{2})+$
Storage item key parameter(s) for the genesis record
Possible values: Value must match regular expression ^0x(?:[0-9a-f]{2})+$
Value of the genesis record
Possible values: Value must match regular expression ^0x(?:[0-9a-f]{2})+$
Can be StorageItem, KnownKey, or Unknown.
If the genesis record is a storage item, the storage item's pallet index in the metadata.
Possible values: >= 0
0If the genesis record is a storage item, the storage item's pallet name in the metadata.
SystemIf the genesis record is a storage item, the storage item's index in the pallet metadata.
Possible values: >= 0
0If the genesis record is a storage item, the storage item's name.
Account{
"keyPrefix": "string",
"keyParams": "string",
"value": "string",
"recordType": "string",
"palletIndex": 0,
"palletName": "System",
"palletStorageItemIndex": 0,
"palletEventName": "Account"
}