UNPKG

518 BJavaScriptView Raw
1export const runtime = {
2 StakingApi: [
3 {
4 methods: {
5 nominations_quota: {
6 description: 'Returns the nominations quota for a nominator with a given balance.',
7 params: [
8 {
9 name: 'balance',
10 type: 'Balance'
11 }
12 ],
13 type: 'u32'
14 }
15 },
16 version: 1
17 }
18 ]
19};