Interface BuildSwapTxResult

interface BuildSwapTxResult {
    meta?: Record<string, any>;
    route?: any;
    txBase64: string;
}

Properties

Properties

meta?: Record<string, any>

Any aggregator-specific metadata

route?: any

Optional human-readable route info

txBase64: string

Base64-encoded serialized transaction to sign & send