UNPKG

@ledgerhq/coin-algorand

Version:
11 lines 831 B
import { SignerContext } from "@ledgerhq/coin-framework/signer"; import type { AccountBridge, CurrencyBridge } from "@ledgerhq/types-live"; import type { AlgorandAccount, Transaction, TransactionStatus } from "../types"; import { AlgorandSigner } from "../signer"; export declare function buildCurrencyBridge(signerContext: SignerContext<AlgorandSigner>): CurrencyBridge; export declare function buildAccountBridge(signerContext: SignerContext<AlgorandSigner>): AccountBridge<Transaction, AlgorandAccount, TransactionStatus>; export declare function createBridges(signerContext: SignerContext<AlgorandSigner>): { currencyBridge: CurrencyBridge; accountBridge: AccountBridge<import("../types").AlgorandTransaction, AlgorandAccount, import("@ledgerhq/types-live").TransactionStatusCommon>; }; //# sourceMappingURL=js.d.ts.map