Versions in this module Expand all Collapse all v1 v1.5.0 Feb 15, 2025 Changes in this version + type HistoryIndex struct + SeqNos []uint64 + func ParseHistoryIndex(reader enc.WireView, ignoreCritical bool) (*HistoryIndex, error) + func (value *HistoryIndex) Bytes() []byte + func (value *HistoryIndex) Encode() enc.Wire + type HistoryIndexEncoder struct + SeqNos_subencoder []struct{} + func (encoder *HistoryIndexEncoder) Encode(value *HistoryIndex) enc.Wire + func (encoder *HistoryIndexEncoder) EncodeInto(value *HistoryIndex, wire enc.Wire) + func (encoder *HistoryIndexEncoder) Init(value *HistoryIndex) + type HistoryIndexParsingContext struct + func (context *HistoryIndexParsingContext) Init() + func (context *HistoryIndexParsingContext) Parse(reader enc.WireView, ignoreCritical bool) (*HistoryIndex, error) + type HistorySnap struct + Entries []*HistorySnapEntry + func ParseHistorySnap(reader enc.WireView, ignoreCritical bool) (*HistorySnap, error) + func (value *HistorySnap) Bytes() []byte + func (value *HistorySnap) Encode() enc.Wire + type HistorySnapEncoder struct + Entries_subencoder []struct{ ... } + func (encoder *HistorySnapEncoder) Encode(value *HistorySnap) enc.Wire + func (encoder *HistorySnapEncoder) EncodeInto(value *HistorySnap, wire enc.Wire) + func (encoder *HistorySnapEncoder) Init(value *HistorySnap) + type HistorySnapEntry struct + Content enc.Wire + SeqNo uint64 + func ParseHistorySnapEntry(reader enc.WireView, ignoreCritical bool) (*HistorySnapEntry, error) + func (value *HistorySnapEntry) Bytes() []byte + func (value *HistorySnapEntry) Encode() enc.Wire + type HistorySnapEntryEncoder struct + Content_length uint + func (encoder *HistorySnapEntryEncoder) Encode(value *HistorySnapEntry) enc.Wire + func (encoder *HistorySnapEntryEncoder) EncodeInto(value *HistorySnapEntry, wire enc.Wire) + func (encoder *HistorySnapEntryEncoder) Init(value *HistorySnapEntry) + type HistorySnapEntryParsingContext struct + func (context *HistorySnapEntryParsingContext) Init() + func (context *HistorySnapEntryParsingContext) Parse(reader enc.WireView, ignoreCritical bool) (*HistorySnapEntry, error) + type HistorySnapParsingContext struct + Entries_context HistorySnapEntryParsingContext + func (context *HistorySnapParsingContext) Init() + func (context *HistorySnapParsingContext) Parse(reader enc.WireView, ignoreCritical bool) (*HistorySnap, error)