Type Definition polkadot_node_primitives::UncheckedSignedFullStatement [−][src]
pub type UncheckedSignedFullStatement = UncheckedSigned<Statement, CompactStatement>;
Expand description
Variant of SignedFullStatement
where the signature has not yet been verified.