mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 20:11:09 +00:00
@@ -611,7 +611,7 @@ pub trait IsMember<MemberId> {
|
||||
}
|
||||
|
||||
/// Something which fulfills the abstract idea of a Substrate header. It has types for a `Number`,
|
||||
/// a `Hash` and a `Digest`. It provides access to an `extrinsics_root`, `state_root` and
|
||||
/// a `Hash` and a `Hashing`. It provides access to an `extrinsics_root`, `state_root` and
|
||||
/// `parent_hash`, as well as a `digest` and a block `number`.
|
||||
///
|
||||
/// You can also create a `new` one from those fields.
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
//!
|
||||
//! - [`CheckWeight`]: Checks the weight and length of the block and ensure that it does not
|
||||
//! exceed the limits.
|
||||
//! - ['CheckNonce']: Checks the nonce of the transaction. Contains a single payload of type
|
||||
//! - [`CheckNonce`]: Checks the nonce of the transaction. Contains a single payload of type
|
||||
//! `T::Index`.
|
||||
//! - [`CheckEra`]: Checks the era of the transaction. Contains a single payload of type `Era`.
|
||||
//! - [`CheckGenesis`]: Checks the provided genesis hash of the transaction. Must be a part of the
|
||||
|
||||
Reference in New Issue
Block a user