Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
72
func
(blk *Block) getVrfProof() []byte {
73
return
blk.Info.VrfProof
74
}
75
76
func
(blk *Block) Serialize() []byte {
77
payload := common.NewZeroCopySink(nil)
Callers
1
processProposalMsg
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected