types

package
v0.0.0-...-77d485b Latest Latest
Warning

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

Go to latest
Published: Apr 24, 2024 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Address

type Address struct {
	common.Address
}

func NewAddress

func NewAddress(h common.Address) Address

func (*Address) Scan

func (s *Address) Scan(value interface{}) error

Scan implements the sql.Scanner interface. This method will be called by the database/sql package when scanning a column value into the Standards.

func (*Address) Value

func (s *Address) Value() (driver.Value, error)

Value implements the driver.Valuer interface. This method will be called by the database/sql package when storing a Standards value in a column.

type Addresses

type Addresses []common.Address

func (*Addresses) Scan

func (s *Addresses) Scan(value interface{}) error

Scan implements the sql.Scanner interface. This method will be called by the database/sql package when scanning a column value into the Standards.

func (*Addresses) StringArray

func (s *Addresses) StringArray() []string

func (*Addresses) Value

func (s *Addresses) Value() (driver.Value, error)

Value implements the driver.Valuer interface. This method will be called by the database/sql package when storing a Standards value in a column.

type BigInt

type BigInt struct {
	*big.Int
}

func NewBigInt

func NewBigInt(bi *big.Int) *BigInt

func (*BigInt) Scan

func (bi *BigInt) Scan(value interface{}) error

Scan implements the sql.Scanner interface. This method will be called by the database/sql package when scanning a column value into BigInt.

func (*BigInt) Value

func (bi *BigInt) Value() (driver.Value, error)

Value implements the driver.Valuer interface. This method will be called by the database/sql package when storing a BigInt value in a column.

type Bytecode

type Bytecode []byte

func (*Bytecode) Scan

func (s *Bytecode) Scan(value interface{}) error

Scan implements the sql.Scanner interface. This method will be called by the database/sql package when scanning a column value into the Standards.

func (*Bytecode) ToHex

func (s *Bytecode) ToHex() string

func (*Bytecode) ToHexPtr

func (s *Bytecode) ToHexPtr() *string

func (*Bytecode) Value

func (s *Bytecode) Value() (driver.Value, error)

Value implements the driver.Valuer interface. This method will be called by the database/sql package when storing a Standards value in a column.

type Hash

type Hash struct {
	common.Hash
}

func NewHash

func NewHash(h common.Hash) Hash

func (*Hash) Scan

func (s *Hash) Scan(value interface{}) error

Scan implements the sql.Scanner interface. This method will be called by the database/sql package when scanning a column value into the Standards.

func (*Hash) Value

func (s *Hash) Value() (driver.Value, error)

Value implements the driver.Valuer interface. This method will be called by the database/sql package when storing a Standards value in a column.

type Standards

type Standards []standards.Standard

func (*Standards) Scan

func (s *Standards) Scan(value interface{}) error

Scan implements the sql.Scanner interface. This method will be called by the database/sql package when scanning a column value into the Standards.

func (*Standards) StringArray

func (s *Standards) StringArray() []string

func (*Standards) Value

func (s *Standards) Value() (driver.Value, error)

Value implements the driver.Valuer interface. This method will be called by the database/sql package when storing a Standards value in a column.

type States

type States []machine.State

func (*States) Scan

func (s *States) Scan(value interface{}) error

Scan implements the sql.Scanner interface. This method will be called by the database/sql package when scanning a column value into the Standards.

func (*States) StringArray

func (s *States) StringArray() []string

func (*States) Value

func (s *States) Value() (driver.Value, error)

Value implements the driver.Valuer interface. This method will be called by the database/sql package when storing a Standards value in a column.

Jump to

Keyboard shortcuts

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