entries

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: May 31, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Entry

type Entry struct {
	Network      utils.Network      `json:"network"`
	NetworkID    utils.NetworkID    `json:"networkID"`
	Header       *types.Header      `json:"header"`
	DeployerAddr common.Address     `json:"deployerAddr"`
	Tx           *types.Transaction `json:"tx"`
	Receipt      *types.Receipt     `json:"receipt"`
	ContractAddr common.Address     `json:"contractAddr"`
}

func (*Entry) GetDescriptor

func (e *Entry) GetDescriptor(u *unpacker.Unpacker, c *contracts.Contract) *unpacker.Descriptor

type NotificationEntry

type NotificationEntry struct {
	ChannelID string `json:"channelID"`
	Entry     *Entry `json:"entry"`
}

Jump to

Keyboard shortcuts

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