Expand description
§Nitro Sender
A reusable transaction sender optimized for landing as many transactions as possible as quickly as possible on Solana L1.
Structs§
- Failed
Transaction - A transaction that resulted in an error.
- InFlight
Transaction - A transaction that is currently being processed by the network.
- Nitro
Sender - A client that wraps an
RpcClientand uses it to submit batches of transactions. - Successful
Transaction - A transaction that was successfully confirmed by the network at the desired commitment level.
- Unsubmitted
Transaction - A transaction that was not submitted to the network.
Enums§
- Transaction
Outcome - The final outcome of a transaction after the [
BatchClient] is done, either successfully or due to reaching the timeout.