pub type SignedBlock = SignedBlock<Block>;
Expand description

A Block signed with a Justification

Aliased Type§

struct SignedBlock {
    pub block: Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<AccountId32, ()>, RuntimeCall, MultiSignature, (CheckNonZeroSender<Runtime>, CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>, BridgeRejectObsoleteHeadersAndMessages, (RefundSignedExtensionAdapter<RefundBridgedParachainMessages<Runtime, RefundableParachain<Instance3, BridgeHubWestend>, RefundableMessagesLane<Instance3, AssetHubRococoToAssetHubWestendMessagesLane>, ActualFeeRefund<Runtime>, PriorityBoostPerMessage, StrOnBridgeHubRococoRefundBridgeHubWestendMessages>>, RefundSignedExtensionAdapter<RefundBridgedGrandpaMessages<Runtime, Instance4, RefundableMessagesLane<Instance4, RococoPeopleToRococoBulletinMessagesLane>, ActualFeeRefund<Runtime>, PriorityBoostPerMessage, StrOnBridgeHubRococoRefundRococoBulletinMessages>>))>>,
    pub justifications: Option<Justifications>,
}

Fields§

§block: Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<AccountId32, ()>, RuntimeCall, MultiSignature, (CheckNonZeroSender<Runtime>, CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>, BridgeRejectObsoleteHeadersAndMessages, (RefundSignedExtensionAdapter<RefundBridgedParachainMessages<Runtime, RefundableParachain<Instance3, BridgeHubWestend>, RefundableMessagesLane<Instance3, AssetHubRococoToAssetHubWestendMessagesLane>, ActualFeeRefund<Runtime>, PriorityBoostPerMessage, StrOnBridgeHubRococoRefundBridgeHubWestendMessages>>, RefundSignedExtensionAdapter<RefundBridgedGrandpaMessages<Runtime, Instance4, RefundableMessagesLane<Instance4, RococoPeopleToRococoBulletinMessagesLane>, ActualFeeRefund<Runtime>, PriorityBoostPerMessage, StrOnBridgeHubRococoRefundRococoBulletinMessages>>))>>

Full block.

§justifications: Option<Justifications>

Block justification.