@swapper-finance/sdk
Version:
JavaScript SDK form Swapper
14 lines (12 loc) • 316 B
text/typescript
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;
};