Module submission_api

Module submission_api 

Source
Expand description

Builders for submitting extrinsics and inspecting their on-chain lifecycle.

Structs§

SubmittableTransaction
Builder that keeps an encoded call together with the client connection and exposes helpers for signing, submitting, and querying execution costs.
SubmittedTransaction
Handle to a transaction that has already been submitted to the network along with the contextual information required to query its lifecycle.
TransactionReceipt
Detailed information about where a transaction was found on chain.
Utils
Convenience helpers for locating transactions on chain.

Enums§

BlockState
Indicates what happened to a transaction after it was submitted.