@ledgerhq/coin-aptos
Version:
Ledger Aptos Coin integration
11 lines • 553 B
TypeScript
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