datacap

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: 4 Imported by: 1

Documentation

Index

Constants

View Source
const (
	Added    = "ADDED"
	Removed  = "REMOVED"
	Modified = "MODIFIED"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type DataCapBalance

type DataCapBalance struct {
	Height    int64  `pg:",pk,notnull,use_zero"`
	StateRoot string `pg:",pk,notnull"`
	Address   string `pg:",pk,notnull"`

	Event   string `pg:",notnull,type:data_cap_balance_event_type"`
	DataCap string `pg:",notnull,type:numeric"`
}

func (*DataCapBalance) Persist

type DataCapBalanceList

type DataCapBalanceList []*DataCapBalance

func (DataCapBalanceList) Persist

Jump to

Keyboard shortcuts

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