UNPKG

@ledgerhq/coin-tezos

Version:
4 lines 324 B
import { OperationType } from "@ledgerhq/types-live"; import { TezosAccount, TezosOperation, Transaction } from "../types"; export declare const buildOptimisticOperation: (account: TezosAccount, transaction: Transaction, operationType: OperationType) => TezosOperation; //# sourceMappingURL=buildOptimisticOperation.d.ts.map