@acala-network/type-definitions
Version:
Polkadot.js type definations for Acala Network
22 lines (21 loc) • 423 B
TypeScript
declare const _default: {
rpc: {};
types: {
NomineeId: string;
HomaUnlockChunk: {
value: string;
era: string;
};
BondingLedger: {
total: string;
active: string;
unlocking: string;
};
};
typesAlias: {
nomineesElection: {
UnlockChunk: string;
};
};
};
export default _default;