@acala-network/types
Version:
Acala types for @polkadot/api
19 lines (18 loc) • 480 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = {
rpc: {},
types: {
NomineeId: 'AccountId',
HomaUnlockChunk: {
value: 'Balance',
era: 'EraIndex',
},
BondingLedger: {
total: 'Balance',
active: 'Balance',
unlocking: 'Vec<HomaUnlockChunk>',
},
},
typesAlias: { nomineesElection: { UnlockChunk: 'HomaUnlockChunk' } },
};
;