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