aftermath-ts-sdk - v3.3.3
    Preparing search index...

    Interface ApiRouterAddTransactionForCompleteTradeRouteResponse

    The response returned after adding a trade route to an existing transaction.

    interface ApiRouterAddTransactionForCompleteTradeRouteResponse {
        coinOutId: TransactionObjectArgument | undefined;
        tx: string;
    }
    Index
    coinOutId: TransactionObjectArgument | undefined

    A transaction object argument for the output coin, or undefined when the response does not expose one.

    tx: string

    The updated serialized transaction bytes. The SDK parses these bytes into a new Transaction before returning from Router.addTransactionForCompleteTradeRoute.