Skip to content

Commit

Permalink
Update types.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Netherdrake committed Jul 11, 2022
1 parent 8ff85fa commit 440c0da
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions assets/types.json
Original file line number Diff line number Diff line change
Expand Up @@ -224,5 +224,15 @@
"duration": "LockDuration",
"amount": "Balance",
"candidate": "AccountId"
},
"Multisig": {
"when": "Timepoint",
"deposit": "Balance",
"depositor": "AccountId",
"approvals": "Vec<AccountId>"
},
"Timepoint": {
"height": "BlockNumber",
"index": "u32"
}
}

0 comments on commit 440c0da

Please sign in to comment.