Versions in this module Expand all Collapse all v0 v0.3.0 Aug 6, 2026 Changes in this version + const DefaultMaxMessageSize + const MaxContainersLen + const MiB + type Bitmask big.Int + func BitmaskFromBytes(bytes []byte) Bitmask + func (bm *Bitmask) Add(i int) + func (bm *Bitmask) Bytes() []byte + func (bm *Bitmask) Clone() Bitmask + func (bm *Bitmask) Contains(i int) bool + func (bm *Bitmask) Difference(bm2 *Bitmask) + func (bm *Bitmask) Len() int + type NodeID [20]byte + type VMBlock interface + Bytes func() []byte + Digest func() [32]byte + Height func() uint64 + Timestamp func() time.Time + Verify func(ctx context.Context, pChainHeight uint64) error