Skip to content

Commit

Permalink
Temporary type registry Kusama
Browse files Browse the repository at this point in the history
  • Loading branch information
emielsebastiaan authored Mar 9, 2020
1 parent 907bf43 commit 07bb5ee
Showing 1 changed file with 85 additions and 0 deletions.
85 changes: 85 additions & 0 deletions scalecodec/type_registry/kusama-tmp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
{
"runtime_id": 1040,
"types": {
"Address": "AccountId",
"BlockNumber": "U32",
"LeasePeriod": "BlockNumber",
"SessionKeysPolkadot": {
"type": "struct",
"type_mapping": [
["grandpa", "AccountId"],
["babe", "AccountId"],
["im_online", "AccountId"],
["authority_discovery", "AccountId"],
["parachains", "AccountId"]
]
},
"Keys": "SessionKeysPolkadot"
},
"versioning": [
{
"runtime_range": [1019, 1031],
"types": {
"DispatchError": {
"type": "struct",
"type_mapping": [
["module", "Option<u8>"],
["error", "u8"]
]
}
}
},
{
"runtime_range": [1032, null],
"types": {
"DispatchError": {
"type": "enum",
"type_mapping": [
["Other", "Null"],
["CannotLookup", "Null"],
["BadOrigin", "Null"],
["Module", "DispatchErrorModule"]
]
}
}
},
{
"runtime_range": [1019, 1037],
"types": {
"IdentityInfo": {
"type": "struct",
"type_mapping": [
["additional", "Vec<IdentityInfoAdditional>"],
["display", "Data"],
["legal", "Data"],
["web", "Data"],
["riot", "Data"],
["email", "Data"],
["pgpFingerprint", "Option<H160>"],
["image", "Data"]
]
}
}
},
{
"runtime_range": [1038, null],
"types": {
"IdentityInfo": {
"type": "struct",
"type_mapping": [
["additional", "Vec<IdentityInfoAdditional>"],
["display", "Data"],
["legal", "Data"],
["web", "Data"],
["riot", "Data"],
["email", "Data"],
["pgpFingerprint", "Option<H160>"],
["image", "Data"],
["twitter", "Data"]
]
}
}
}

]
}

0 comments on commit 07bb5ee

Please sign in to comment.