Crate nitro_sender

Crate nitro_sender 

Source
Expand description

§Nitro Sender

A reusable transaction sender optimized for landing as many transactions as possible as quickly as possible on Solana L1.

Structs§

FailedTransaction
A transaction that resulted in an error.
InFlightTransaction
A transaction that is currently being processed by the network.
NitroSender
A client that wraps an RpcClient and uses it to submit batches of transactions.
SuccessfulTransaction
A transaction that was successfully confirmed by the network at the desired commitment level.
UnsubmittedTransaction
A transaction that was not submitted to the network.

Enums§

TransactionOutcome
The final outcome of a transaction after the [BatchClient] is done, either successfully or due to reaching the timeout.