TransactionDto
Represents transaction config to perform the swap
interface TransactionDto {
approvalAddress?: string;
data?: string;
to?: string;
value?: string;
depositAddress?: string;
extraFields?: unknown;
feeLimit?: string;
}
Last updated
Was this helpful?