Versions in this module Expand all Collapse all v0 v0.19.0 Feb 20, 2024 Changes in this version + func BuildBlockValue(hash []byte, signature []byte, blockID *big.Int) []byte + type SignedBlockData struct + BlockHash common.Hash + BlockID *big.Int + Signature string + func SignedBlockDataFromValue(val []byte) SignedBlockData v0.18.0 Dec 5, 2023 Changes in this version + var BlockKeyPrefix = "blockid-" + func BuildBlockKey(blockID string) []byte