UNPKG

@ledgerhq/coin-elrond

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