RootChainHeight returns the height of the root-chain
()
| 933 | ChainHeight() uint64 |
| 934 | // RootChainHeight returns the height of the root-chain |
| 935 | RootChainHeight() uint64 |
| 936 | // ProduceProposal() as a Leader, create a Proposal in the form of a block and certificate results |
| 937 | ProduceProposal(be *ByzantineEvidence, vdf *crypto.VDF) (rcBuildHeight uint64, block []byte, results *lib.CertificateResult, err lib.ErrorI) |
| 938 | // ValidateCertificate() as a Replica, validates the leader proposal |
no outgoing calls
no test coverage detected