UNPKG

@ledgerhq/coin-aptos

Version:
11 lines 553 B
import type { AptosAccount, Transaction } from "../types"; import type { Account, AccountBridge } from "@ledgerhq/types-live"; import { SignerContext } from "@ledgerhq/coin-framework/signer"; import { AptosSigner } from "../types"; export declare const getAddress: (a: Account) => { address: string; derivationPath: string; }; declare const buildSignOperation: (signerContext: SignerContext<AptosSigner>) => AccountBridge<Transaction, AptosAccount>["signOperation"]; export default buildSignOperation; //# sourceMappingURL=signOperation.d.ts.map