@ledgerhq/coin-elrond
Version:
Ledger MultiversX Coin integration
10 lines • 495 B
TypeScript
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