MCPcopy Create free account
hub / github.com/DNAProject/DNA / Block

Struct Block

consensus/vbft/types.go:34–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32)
33
34type Block struct {
35 Block *types.Block
36 EmptyBlock *types.Block
37 Info *vconfig.VbftBlockInfo
38 PrevBlockMerkleRoot common.Uint256
39}
40
41func (blk *Block) getProposer() uint32 {
42 return blk.Info.Proposer

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected