@ledgerhq/coin-algorand
Version:
Ledger Algorand Coin integration
4 lines • 298 B
TypeScript
import type { AccountBridge } from "@ledgerhq/types-live";
import type { AlgorandAccount, AlgorandTransaction } from "./types";
export declare const estimateMaxSpendable: AccountBridge<AlgorandTransaction, AlgorandAccount>["estimateMaxSpendable"];
//# sourceMappingURL=estimateMaxSpendable.d.ts.map