interface BlockType {
    header: HeaderType;
    uncles: UncleBlockVecType;
    transactions: TransactionVecType;
    proposals: ProposalShortIdVecType;
}

Properties

header: HeaderType
transactions: TransactionVecType