UNPKG

@polkadot/types

Version:
23 lines (22 loc) 616 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.runtime = void 0; exports.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 } ] };