 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Overview ¶
Package state manages the meta-data required by consensus for an avalanche dag.
Index ¶
- func NewSerializer(config SerializerConfig) vertex.Manager
- type Serializer
- func (s *Serializer) BuildStopVtx(ctx context.Context, parentIDs []ids.ID) (avalanche.Vertex, error)
- func (s *Serializer) Edge(context.Context) []ids.ID
- func (s *Serializer) GetVtx(_ context.Context, vtxID ids.ID) (avalanche.Vertex, error)
- func (s *Serializer) ParseVtx(ctx context.Context, b []byte) (avalanche.Vertex, error)
- func (s *Serializer) StopVertexAccepted(ctx context.Context) (bool, error)
 
- type SerializerConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewSerializer ¶ added in v1.7.8
func NewSerializer(config SerializerConfig) vertex.Manager
Types ¶
type Serializer ¶
type Serializer struct {
	SerializerConfig
	// contains filtered or unexported fields
}
    Serializer manages the state of multiple vertices
func (*Serializer) BuildStopVtx ¶ added in v1.7.4
func (*Serializer) StopVertexAccepted ¶ added in v1.7.14
func (s *Serializer) StopVertexAccepted(ctx context.Context) (bool, error)
 Click to show internal directories. 
   Click to hide internal directories.