Documentation ¶
Index ¶
- func ToString(data interface{}) string
- type Address
- func (addr Address) MarshalJSON() ([]byte, error)
- func (addr *Address) Scan(ctx context.Context, field *schema.Field, dst reflect.Value, ...) (err error)
- func (addr Address) String() string
- func (addr *Address) UnmarshalJSON(data []byte) error
- func (addr Address) Unwrap() common.Address
- func (addr Address) Value(ctx context.Context, field *schema.Field, dst reflect.Value, ...) (interface{}, error)
- type AddressArray
- type BigInt
- func (bi BigInt) MarshalJSON() ([]byte, error)
- func (bi *BigInt) Scan(ctx context.Context, field *schema.Field, dst reflect.Value, ...) (err error)
- func (bi *BigInt) Set(i *big.Int)
- func (bi BigInt) String() string
- func (bi *BigInt) UnmarshalJSON(data []byte) error
- func (bi *BigInt) Unwrap() *big.Int
- func (bi BigInt) Value(ctx context.Context, field *schema.Field, dst reflect.Value, ...) (interface{}, error)
- type Bytes
- func (b Bytes) Hex() string
- func (b Bytes) MarshalJSON() ([]byte, error)
- func (b *Bytes) Scan(ctx context.Context, field *schema.Field, dst reflect.Value, ...) (err error)
- func (b *Bytes) Set(data []byte)
- func (b Bytes) String() string
- func (b *Bytes) UnmarshalJSON(data []byte) error
- func (b Bytes) Unwrap() []byte
- func (b Bytes) Value(ctx context.Context, field *schema.Field, dst reflect.Value, ...) (interface{}, error)
- type Hash
- func (hash Hash) MarshalJSON() ([]byte, error)
- func (hash *Hash) Scan(ctx context.Context, field *schema.Field, dst reflect.Value, ...) (err error)
- func (hash Hash) String() string
- func (hash *Hash) UnmarshalJSON(data []byte) error
- func (hash Hash) Unwrap() common.Hash
- func (hash Hash) Value(ctx context.Context, field *schema.Field, dst reflect.Value, ...) (interface{}, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Address ¶
func (Address) MarshalJSON ¶ added in v0.0.5
func (*Address) UnmarshalJSON ¶ added in v0.0.5
type AddressArray ¶ added in v0.0.2
type AddressArray []Address
func (AddressArray) String ¶ added in v0.0.2
func (arr AddressArray) String() string
type BigInt ¶
func (BigInt) MarshalJSON ¶ added in v0.0.5
func (*BigInt) UnmarshalJSON ¶ added in v0.0.5
type Bytes ¶ added in v0.0.2
type Bytes []byte
func (Bytes) MarshalJSON ¶ added in v0.0.5
func (*Bytes) UnmarshalJSON ¶ added in v0.0.5
type Hash ¶
func (Hash) MarshalJSON ¶ added in v0.0.5
func (*Hash) UnmarshalJSON ¶ added in v0.0.5
Click to show internal directories.
Click to hide internal directories.