UNPKG

@acala-network/type-definitions

Version:

Polkadot.js type definations for Acala Network

23 lines (22 loc) 554 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = { rpc: {}, types: { PoolId: { _enum: { Loans: 'CurrencyId', Dex: 'CurrencyId' } }, PoolIdV0: { _enum: { LoansIncentive: 'CurrencyId', DexIncentive: 'CurrencyId', HomaIncentive: 'Null', DexSaving: 'CurrencyId', HomaValidatorAllowance: 'AccountId' } } } };