@ledgerhq/coin-algorand
Version:
Ledger Algorand Coin integration
10 lines • 529 B
TypeScript
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