Type Alias sc_network_test::Block

pub type Block = Block<Header<u64, BlakeTwo256>, UncheckedExtrinsic<CryptoBytes<sp_core::::sr25519::Public::{constant#0}, Sr25519PublicTag>, RuntimeCall, CryptoBytes<sp_core::::sr25519::Signature::{constant#0}, (SignatureTag, Sr25519Tag)>, (CheckNonce<Runtime>, CheckWeight<Runtime>, CheckSubstrateCall)>>;
Expand description

A test block.

Aliased Type§

struct Block {
    pub header: Header<u64, BlakeTwo256>,
    pub extrinsics: Vec<UncheckedExtrinsic<CryptoBytes<32, Sr25519PublicTag>, RuntimeCall, CryptoBytes<64, (SignatureTag, Sr25519Tag)>, (CheckNonce<Runtime>, CheckWeight<Runtime>, CheckSubstrateCall)>>,
}

Fields§

§header: Header<u64, BlakeTwo256>

The block header.

§extrinsics: Vec<UncheckedExtrinsic<CryptoBytes<32, Sr25519PublicTag>, RuntimeCall, CryptoBytes<64, (SignatureTag, Sr25519Tag)>, (CheckNonce<Runtime>, CheckWeight<Runtime>, CheckSubstrateCall)>>

The accompanying extrinsics.