UNPKG

@ledgerhq/coin-canton

Version:
4 lines 343 B
import { OperationType } from "@ledgerhq/types-live"; import type { OperationTypeView } from "../../types/gateway"; export declare function determineOperationType(operationType: string | undefined, txType: OperationTypeView, transferValue: string, senders: string[], partyId: string): OperationType; //# sourceMappingURL=operationType.d.ts.map