pub type SignedHeader = SignedHeader;Expand description
A signed header contains both a Header and its corresponding Commit.
Aliased Type§
pub struct SignedHeader {
pub header: Header,
pub commit: Commit,
}Fields§
§header: HeaderBlock header
commit: CommitCommit containing signatures for the header