Submit Transaction
Input
transaction: A transaction of fee bump transaction ready to be submitted for processing.
networkHandler: A handler to communicate with the Stellar network. Can be an RPC handler for Soroban transactions or preferably a HorizonHandler for Stellar Classic transactions.
Output
response: A response object for a successful transaction. Can be of type
HorizonApi.SubmitTransactionResponse
for Classic transactions orSorobanRpc.Api.SendTransactionResponse
for Soroban transactions. These types are sourced from js-stellar-sdk.
Last updated