mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-30 11:57:56 +00:00
d2b7ee2575
git-subtree-dir: bridges git-subtree-split: 0625544309ff299307f7e110f252f04eac383102
18 lines
423 B
JSON
18 lines
423 B
JSON
{
|
|
"Address": "RialtoAddress",
|
|
"LookupSource": "RialtoLookupSource",
|
|
"Fee": "RialtoBalance",
|
|
"Balance": "RialtoBalance",
|
|
"BlockHash": "RialtoBlockHash",
|
|
"BlockNumber": "RialtoBlockNumber",
|
|
"BridgedBlockHash": "MillauBlockHash",
|
|
"BridgedBlockNumber": "MillauBlockNumber",
|
|
"BridgedHeader": "MillauHeader",
|
|
"Parameter": {
|
|
"_enum": {
|
|
"RialtoToMillauConversionRate": "u128"
|
|
}
|
|
},
|
|
"ValidationCodeHash": "H256"
|
|
}
|