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

    Type Alias ApiRouterAddTransactionForCompleteTradeRouteBody

    ApiRouterAddTransactionForCompleteTradeRouteBody: ApiRouterTransactionForCompleteTradeRouteBody & {
        coinInId?: TransactionObjectArgument;
        serializedTx: SerializedTransaction;
    }

    Extended body that includes a serialized transaction for building a new transaction with a trade route appended.

    Type Declaration

    • OptionalcoinInId?: TransactionObjectArgument

      An optional transaction object argument for the input coin. Omit it when the API should select the coin input.

    • serializedTx: SerializedTransaction

      The serialized transaction bytes to which the router commands are added. The SDK serializes a Transaction before sending this field over JSON.