API Details
API Keys
Chain Options
API Endpoints
SwapDetails { sourceChain: ChainName; sourceContractId: string; // prefixed with 0x sourceSender: string; // prefixed with 0x targetChain: ChainName; targetTokenAddress: string; // prefixed with 0x targetReceiver: string; // prefixed with 0x sourceFeeTx: string; // prefixed with 0x targetFeeTx: string; // prefixed with 0x }
Last updated