Versions in this module Expand all Collapse all v1 v1.0.0 Feb 26, 2024 Changes in this version + func EncodeBytesArrayToHex(data [][]byte) []string + func EncodeBytesToHex(data []byte) string + func Launch(start func() error, shutdown func() error, timeout time.Duration) + func MustDecodeHexArrayToBytes(hexArray []string) [][]byte + func MustDecodeHexToBytes(hex string) []byte + func VerifyMerkleProof(rootHash []byte, proof [][]byte, leaf []byte) bool + type Entry struct + Data any + Error error + type Stream struct + func NewJSONStream(builder func() any) Stream + func (s Stream) Start(path string) + func (s Stream) Watch() <-chan Entry