UNPKG

@acala-network/type-definitions

Version:

Polkadot.js type definations for Acala Network

16 lines (15 loc) 368 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = { rpc: {}, types: { AcalaStakingLedge: { bonded: 'Compact<Balance>', unlocking: 'Vec<UnlockChunk>' }, AcalaUnlockChunk: { value: 'Compact<Balance>', era: 'Compact<EraIndex>' } } };