Submit a transaction to the Aptos blockchain or something that will do it on your behalf, for example a gas station. See the comments of TransactionSubmitter for more.
The arguments for submitting the transaction.
The configuration for connecting to the Aptos network.
PendingTransactionResponse - The response containing the status of the submitted transaction.
You can implement this interface and set it in PluginSettings when building a client to override the default transaction submission behavior. This is useful if you'd like to submit transactions via a gas station for example.
Example