UNPKG

@ledgerhq/coin-algorand

Version:
10 lines 538 B
import { SignerContext } from "@ledgerhq/ledger-wallet-framework/signer"; import type { AccountBridge } from "@ledgerhq/types-live"; import type { AlgorandSigner } from "./signer"; import type { AlgorandAccount, AlgorandTransaction } from "./types"; /** * Sign Transaction with Ledger hardware */ export declare const buildSignOperation: (signerContext: SignerContext<AlgorandSigner>) => AccountBridge<AlgorandTransaction, AlgorandAccount>["signOperation"]; export default buildSignOperation; //# sourceMappingURL=signOperation.d.ts.map