@ledgerhq/coin-algorand
Version:
Ledger Algorand Coin integration
10 lines • 521 B
TypeScript
import type { Unit } from "@ledgerhq/types-cryptoassets";
import type { AlgorandAccount, AlgorandOperation } from "./types";
declare function formatOperationSpecifics(op: AlgorandOperation, unit: Unit | null | undefined): string;
declare function formatAccountSpecifics(account: AlgorandAccount): string;
declare const _default: {
formatAccountSpecifics: typeof formatAccountSpecifics;
formatOperationSpecifics: typeof formatOperationSpecifics;
};
export default _default;
//# sourceMappingURL=formatters.d.ts.map