Expand description
Builders for submitting extrinsics and inspecting their on-chain lifecycle.
Structs§
- Submittable
Transaction - Builder that keeps an encoded call together with the client connection and exposes helpers for signing, submitting, and querying execution costs.
- Submitted
Transaction - Handle to a transaction that has already been submitted to the network along with the contextual information required to query its lifecycle.
- Transaction
Receipt - Detailed information about where a transaction was found on chain.
- Utils
- Convenience helpers for locating transactions on chain.
Enums§
- Block
State - Indicates what happened to a transaction after it was submitted.