UNPKG

@polkadot/types

Version:
23 lines (22 loc) 609 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.runtime = void 0; exports.runtime = { AssetsApi: [ { methods: { account_balances: { description: 'Return the current set of authorities.', params: [ { name: 'account', type: 'AccountId' } ], type: 'Vec<(u32, TAssetBalance)>' } }, version: 1 } ] };