interface UncleBlockType {
    header: HeaderType;
    proposals: ProposalShortIdVecType;
}

Properties

Properties

header: HeaderType