UNPKG

@ledgerhq/coin-near

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