builtinactor

package
v0.18.0 Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2024 License: Apache-2.0, MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BuiltInActorEvent

type BuiltInActorEvent struct {
	Height       int64  `pg:",pk,notnull,use_zero"`
	Cid          string `pg:",pk,notnull"`
	Emitter      string `pg:",pk,notnull"`
	EventType    string `pg:",pk,notnull"`
	EventEntries string `pg:",type:jsonb"`
	EventPayload string `pg:",type:jsonb"`
	// contains filtered or unexported fields
}

func (*BuiltInActorEvent) Persist

type BuiltInActorEvents

type BuiltInActorEvents []*BuiltInActorEvent

func (BuiltInActorEvents) Persist

Jump to

Keyboard shortcuts

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