Interface OKXSwapResult

interface OKXSwapResult {
    details?: any;
    explorerUrl?: string;
    success: boolean;
    transactionId: string;
}

Properties

details?: any
explorerUrl?: string
success: boolean
transactionId: string