Re-exports§
pub use api_client::Api;
pub use error::Error;
pub use error::Result;
pub use rpc_api::FetchEvents;
pub use rpc_api::GetAccountInformation;
pub use rpc_api::GetBalance;
pub use rpc_api::GetChainInfo;
pub use rpc_api::GetStorage;
pub use rpc_api::GetTransactionPayment;
pub use rpc_api::SubmitAndWatch;
pub use rpc_api::SubmitExtrinsic;
pub use rpc_api::SubscribeChain;
pub use rpc_api::SubscribeEvents;
pub use rpc_api::SystemApi;
Modules§
Structs§
- Extrinsic
Report - Extrinsic report returned upon a submit_and_watch request. Holds as much information as available.
- Read
Proof
Enums§
- Transaction
Status - Possible transaction status events.
- Unexpected
TxStatus - TxStatus that is not expected during the watch process. Will be returned as unexpected error if encountered due to the potential danger of endless loops.
- XtStatus
- Simplified TransactionStatus to allow the user to choose until when to watch an extrinsic.