pvm

package
v0.0.0-...-4c0c530 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 14, 2022 License: BSD-3-Clause Imports: 26 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	MaxSerializationLen = (16 * 1024 * 1024) - 1

	ChainID = ids.ID{}

	ErrUnknownBlockType = errors.New("unknown block type")
)

Functions

This section is empty.

Types

type PtxDataModel

type PtxDataModel struct {
	Tx           *platformvm.Tx        `json:"tx,omitempty"`
	TxType       *string               `json:"txType,omitempty"`
	Block        *platformvm.Block     `json:"block,omitempty"`
	BlockID      *string               `json:"blockID,omitempty"`
	BlockType    *string               `json:"blockType,omitempty"`
	Proposer     *PtxDataProposerModel `json:"proposer,omitempty"`
	ProposerType *string               `json:"proposerType,omitempty"`
}

type PtxDataProposerModel

type PtxDataProposerModel struct {
	ID              string    `json:"tx"`
	ParentID        string    `json:"parentID"`
	CoreChainHeight uint64    `json:"coreChainHeight"`
	Proposer        string    `json:"proposer"`
	TimeStamp       time.Time `json:"timeStamp"`
}

func NewPtxDataProposerModel

func NewPtxDataProposerModel(b block.Block) *PtxDataProposerModel

type Writer

type Writer struct {
	// contains filtered or unexported fields
}

func NewWriter

func NewWriter(networkID uint32, chainID string) (*Writer, error)

func (*Writer) Bootstrap

func (w *Writer) Bootstrap(ctx context.Context, conns *utils.Connections, persist db.Persist) error

func (*Writer) Consume

func (w *Writer) Consume(ctx context.Context, conns *utils.Connections, c services.Consumable, persist db.Persist) error

func (*Writer) ConsumeConsensus

func (w *Writer) ConsumeConsensus(_ context.Context, _ *utils.Connections, _ services.Consumable, _ db.Persist) error

func (*Writer) InsertTransactionBlock

func (w *Writer) InsertTransactionBlock(ctx services.ConsumerCtx, txID ids.ID, blkTxID ids.ID) error

func (*Writer) InsertTransactionValidator

func (w *Writer) InsertTransactionValidator(ctx services.ConsumerCtx, txID ids.ID, validator platformvm.Validator) error

func (*Writer) Name

func (*Writer) Name() string

func (*Writer) ParseJSON

func (w *Writer) ParseJSON(txBytes []byte) ([]byte, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL