SignedFullStatementWithPVD

Type Alias SignedFullStatementWithPVD 

Source
pub type SignedFullStatementWithPVD = Signed<StatementWithPVD, CompactStatement>;
Expand description

A statement, the corresponding signature, and the index of the sender.

Seconded statements are accompanied by the PersistedValidationData

Signing context and validator set should be apparent from context.

Aliased Typeยง

pub struct SignedFullStatementWithPVD(/* private fields */);