multi_index

package
v0.0.0-...-e0ee87b Latest Latest
Warning

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

Go to latest
Published: Jul 5, 2021 License: MIT Imports: 2 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type NodeTransactionState

type NodeTransactionState struct {
	ID            common.TransactionIdType
	Expires       common.TimePointSec
	PackedTxn     types.PackedTransaction
	SerializedTxn []byte
	BlockNum      uint32
	TrueBlock     uint32
	Requests      uint16
}

type PeerBlockState

type PeerBlockState struct {
	ID            common.BlockIdType
	BlockNum      uint32
	IsKnown       bool
	IsNoticed     bool
	RequestedTime common.TimePoint
}

type TransactionState

type TransactionState struct {
	ID              common.TransactionIdType
	IsKnownByPeer   bool
	IsNoticedToPeer bool
	BlockNum        uint32
	Expires         common.TimePointSec
	RequestedTime   common.TimePoint
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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