UNPKG

@ledgerhq/coin-aptos

Version:
8 lines 492 B
import type { SignerContext } from "@ledgerhq/coin-framework/signer"; import type { AccountBridge, CurrencyBridge } from "@ledgerhq/types-live"; import type { Transaction, AptosSigner, AptosAccount } from "../types"; export declare function createBridges(signerContext: SignerContext<AptosSigner>): { currencyBridge: CurrencyBridge; accountBridge: AccountBridge<Transaction, AptosAccount, import("@ledgerhq/types-live").TransactionStatusCommon>; }; //# sourceMappingURL=index.d.ts.map