@acala-network/types
Version:
Acala types for @polkadot/api
23 lines (22 loc) • 560 B
JavaScript
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',
},
},
},
};
;