fevm

package
v0.16.0 Latest Latest
Warning

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

Go to latest
Published: May 15, 2023 License: Apache-2.0, MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FEVMActorStats

type FEVMActorStats struct {

	// Height message was executed at.
	Height int64 `pg:",pk,notnull,use_zero"`

	// Balance of EVM actor in attoFIL.
	ContractBalance string `pg:",notnull"`
	// Balance of Eth account actor in attoFIL.
	EthAccountBalance string `pg:",notnull"`
	// Balance of Placeholder Actor in attoFIL.
	PlaceholderBalance string `pg:",notnull"`

	// number of contracts
	ContractCount uint64 `pg:",use_zero"`
	// number of unique contracts
	UniqueContractCount uint64 `pg:",use_zero"`
	// number of Eth account actors
	EthAccountCount uint64 `pg:",use_zero"`
	// number of placeholder actors
	PlaceholderCount uint64 `pg:",use_zero"`
	// contains filtered or unexported fields
}

func (*FEVMActorStats) Persist

func (f *FEVMActorStats) Persist(ctx context.Context, s model.StorageBatch, version model.Version) error

type FEVMActorStatsList

type FEVMActorStatsList []*FEVMActorStats

func (FEVMActorStatsList) Persist

Jump to

Keyboard shortcuts

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