Versions in this module Expand all Collapse all v1 v1.11.13-rc.2 Dec 4, 2024 v1.0.0 Dec 4, 2024 Changes in this version + func NewSerializer(config SerializerConfig) vertex.Manager + type Serializer struct + 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 struct + ChainID ids.ID + CortinaTime time.Time + DB database.Database + Log logging.Logger + VM vertex.DAGVM