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§

struct SignedFullStatementWithPVD(/* private fields */);