eth

package
v0.0.6 Latest Latest
Warning

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

Go to latest
Published: Dec 4, 2023 License: MIT Imports: 17 Imported by: 0

Documentation

Index

Constants

View Source
const TableNameMevContract = "tb_adorn"

Variables

View Source
var (
	Cmd = &cobra.Command{
		Use:   "eth",
		Short: "eth相关",
		Long:  `以太坊相关的辅助工具`,
	}
)

Cmd represents the config command

Functions

This section is empty.

Types

type TbAdorn

type TbAdorn struct {
	ID      int64  `gorm:"column:id;primaryKey" json:"id"`
	Address string `gorm:"column:address;not null" json:"address"`
	TokenID string `gorm:"column:token_id;not null" json:"token_id"`
	Balance int64  `gorm:"column:balance;not null" json:"balance"`
}

TbAdorn mapped from table <tb_adorn>

func (*TbAdorn) TableName

func (*TbAdorn) TableName() string

TableName MevContract's table name

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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