Module subxt::config::substrate

source ·
Expand description

Substrate specific configuration

Re-exports

pub use crate::utils::account_id::AccountId32;
pub use crate::utils::multi_address::MultiAddress;
pub use crate::utils::multi_signature::MultiSignature;
pub use super::extrinsic_params::Era;

Structs

A tip payment made in the form of a specific asset.
A type that can hash values using the blaks2_256 algorithm.
Generic header digest. From sp_runtime::generic::digest.
Fixed-size uninterpreted hash type with 32 bytes (256 bits) size.
A generic Substrate header type, adapted from sp_runtime::generic::Header. The block number and hasher can be configured to adapt this for other nodes.
Little-endian large integer type 256-bit unsigned integer.

Enums

Digest item that is able to encode/decode ‘system’ digest items and provide opaque access to other items. From sp_runtime::generic::digest.
Default set of commonly used types by Substrate runtimes.

Type Definitions

Consensus engine unique ID. From sp_runtime::ConsensusEngineId.
A struct representing the signed extra and additional parameters required to construct a transaction for the default substrate node.
A builder which leads to SubstrateExtrinsicParams being constructed. This is what you provide to methods like sign_and_submit().