Skip to content

Instantly share code, notes, and snippets.

@ansermino
Created July 16, 2020 12:21
Show Gist options
  • Save ansermino/0280b30594a9bc653ae288ccca46dc55 to your computer and use it in GitHub Desktop.
Save ansermino/0280b30594a9bc653ae288ccca46dc55 to your computer and use it in GitHub Desktop.
Types for PolkadotJS UI for compatibility with chainbridge-substrate-chain
{
"chainBridge::ChainId": "u8",
"ChainId": "u8",
"ResourceId": "[u8; 32]",
"DepositNonce": "u64",
"ProposalVotes": {
"votes_for": "Vec<AccountId>",
"votes_against": "Vec<AccountId>",
"status": "u8",
"expiry": "U256"
},
"TokenId": "U256",
"Address": "AccountId",
"LookupSource": "AccountId",
"Erc721Token": {
"Id": "U256",
"Metadata": "Vec<u8>"
},
"Weight": "u32"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment