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

Method getVrfProof

consensus/vbft/types.go:72–74  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

70}
71
72func (blk *Block) getVrfProof() []byte {
73 return blk.Info.VrfProof
74}
75
76func (blk *Block) Serialize() []byte {
77 payload := common.NewZeroCopySink(nil)

Callers 1

processProposalMsgMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected