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

Method getVrfValue

consensus/vbft/types.go:68–70  ·  view source on GitHub ↗

getVrfValue() is a helper function for participant selection.

()

Source from the content-addressed store, hash-verified

66// getVrfValue() is a helper function for participant selection.
67//
68func (blk *Block) getVrfValue() []byte {
69 return blk.Info.VrfValue
70}
71
72func (blk *Block) getVrfProof() []byte {
73 return blk.Info.VrfProof

Callers 3

constructProposalMsgMethod · 0.80
processProposalMsgMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected