UNPKG

@open-web3/orml-type-definitions

Version:

Polkadot.js type definitions for Open Runtime Module Library (ORML)

22 lines (21 loc) 484 B
"use strict"; exports.__esModule = true; exports.default = void 0; var _default = { rpc: {}, types: { OrmlCurrencyId: 'u8', PoolInfo: { totalShares: 'Share', rewards: 'BTreeMap<OrmlCurrencyId, (Balance, Balance)>' }, CompactBalance: 'Compact<Balance>', PoolInfoV0: { totalShares: 'Compact<Share>', totalRewards: 'CompactBalance', totalWithdrawnRewards: 'CompactBalance' }, Share: 'u128' } }; exports.default = _default;