UNPKG

@xswap-link/xswap-common

Version:

JavaScript library for xSwap common components

11 lines (9 loc) 208 B
import { XSwapCallType } from "./XSwapCallType"; export type ContractCall = { callType: XSwapCallType; target: string; value: string; callData: string; payload: string; estimatedGas?: string; };