UNPKG

@harmony-js/account

Version:

account and wallet for harmony

16 lines 333 B
/** * @packageDocumentation * @module harmony-account * @hidden */ /** * test type docs */ export declare type ShardID = string | number; export interface BalanceObject { address: string; balance: string; nonce: number; } export declare type Shards = Map<ShardID, BalanceObject>; //# sourceMappingURL=types.d.ts.map