UNPKG

@swapper-finance/sdk

Version:
14 lines (12 loc) 316 B
import { ContractCall } from "@src/models"; export type WidgetIntegrationPayload = { integratorId: string; dstChain?: string; dstToken?: string; customContractCalls?: ContractCall[]; desc?: string; dstDisplayToken?: string; lightTheme?: boolean; defaultWalletPicker?: boolean; styles?: string; };