UNPKG

@polkadot/types

Version:
20 lines (19 loc) 518 B
export const runtime = { StakingApi: [ { methods: { nominations_quota: { description: 'Returns the nominations quota for a nominator with a given balance.', params: [ { name: 'balance', type: 'Balance' } ], type: 'u32' } }, version: 1 } ] };