@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
7 lines • 378 B
TypeScript
import type { Account, Operation } from "@ledgerhq/types-live";
export declare const accountFormatters: {
[_: string]: (Account: any) => any;
};
export declare function formatAccount(account: Account, format?: string): string;
export declare function formatOperation(account: Account | null | undefined): (arg0: Operation) => string;
//# sourceMappingURL=formatters.d.ts.map