@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
8 lines • 416 B
TypeScript
import type { Account } from "@ledgerhq/types-live";
import type { GenAccountOptions } from "@ledgerhq/coin-framework/mocks/account";
/**
* @memberof mock/account
*/
export declare function genAddingOperationsInAccount(account: Account, count: number, seed: number | string): Account;
export declare function genAccount(id: number | string, opts?: GenAccountOptions): Account;
//# sourceMappingURL=account.d.ts.map