@acala-network/type-definitions
Version:
Polkadot.js type definations for Acala Network
19 lines (18 loc) • 476 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' } }
};
;