Type Alias polkadot_node_primitives::SignedFullStatement
source · pub type SignedFullStatement = Signed<Statement, CompactStatement>;
Expand description
A statement, the corresponding signature, and the index of the sender.
Signing context and validator set should be apparent from context.
This statement is “full” in the sense that the Seconded
variant includes the candidate
receipt. Only the compact SignedStatement
is suitable for submission to the chain.
Aliased Type§
struct SignedFullStatement(/* private fields */);