UNPKG

@ledgerhq/coin-internet_computer

Version:
6 lines 389 B
import { Account, AccountBridge } from "@ledgerhq/types-live"; import { Transaction } from "../types"; import { SignerContext } from "@ledgerhq/coin-framework/signer"; import { ICPSigner } from "../types"; export declare const buildSignOperation: (signerContext: SignerContext<ICPSigner>) => AccountBridge<Transaction, Account>["signOperation"]; //# sourceMappingURL=signOperation.d.ts.map