UNPKG

@ledgerhq/coin-algorand

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