UNPKG

@swapper-finance/sdk

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