@open-web3/orml-type-definitions
Version:
Polkadot.js type definitions for Open Runtime Module Library (ORML)
19 lines (18 loc) • 410 B
TypeScript
declare const _default: {
rpc: {};
types: {
OrmlCurrencyId: string;
PoolInfo: {
totalShares: string;
rewards: string;
};
CompactBalance: string;
PoolInfoV0: {
totalShares: string;
totalRewards: string;
totalWithdrawnRewards: string;
};
Share: string;
};
};
export default _default;