events

package
v1.7.4 Latest Latest
Warning

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

Go to latest
Published: Aug 15, 2022 License: LGPL-3.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ConvertRange added in v1.3.0

func ConvertRange(chain *chain.Chain, r *Range) (*logdb.Range, error)

Types

type EventCriteria added in v1.0.3

type EventCriteria struct {
	Address *thor.Address `json:"address"`
	TopicSet
}

type EventFilter added in v1.0.3

type EventFilter struct {
	CriteriaSet []*EventCriteria `json:"criteriaSet"`
	Range       *Range           `json:"range"`
	Options     *logdb.Options   `json:"options"`
	Order       logdb.Order      `json:"order"`
}

type Events

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

func New

func New(repo *chain.Repository, db *logdb.LogDB) *Events

func (*Events) Mount

func (e *Events) Mount(root *mux.Router, pathPrefix string)

type FilteredEvent

type FilteredEvent struct {
	Address thor.Address    `json:"address"`
	Topics  []*thor.Bytes32 `json:"topics"`
	Data    string          `json:"data"`
	Meta    LogMeta         `json:"meta"`
}

FilteredEvent only comes from one contract

func (*FilteredEvent) String

func (e *FilteredEvent) String() string

type LogMeta added in v1.0.8

type LogMeta struct {
	BlockID        thor.Bytes32 `json:"blockID"`
	BlockNumber    uint32       `json:"blockNumber"`
	BlockTimestamp uint64       `json:"blockTimestamp"`
	TxID           thor.Bytes32 `json:"txID"`
	TxOrigin       thor.Address `json:"txOrigin"`
	ClauseIndex    uint32       `json:"clauseIndex"`
}

type Range added in v1.3.0

type Range struct {
	Unit RangeType
	From uint64
	To   uint64
}

type RangeType added in v1.3.0

type RangeType string
const (
	BlockRangeType RangeType = "block"
	TimeRangeType  RangeType = "time"
)

type TopicSet

type TopicSet struct {
	Topic0 *thor.Bytes32 `json:"topic0"`
	Topic1 *thor.Bytes32 `json:"topic1"`
	Topic2 *thor.Bytes32 `json:"topic2"`
	Topic3 *thor.Bytes32 `json:"topic3"`
	Topic4 *thor.Bytes32 `json:"topic4"`
}

Jump to

Keyboard shortcuts

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