README ¶ ethtypes brings eth native types into gorm supported types, etc. Expand ▾ Collapse ▴ Documentation ¶ Index ¶ type Address func (addr *Address) Scan(ctx context.Context, field *schema.Field, dst reflect.Value, ...) (err error) func (addr Address) String() string func (addr Address) Unwrap() common.Address func (addr Address) Value(ctx context.Context, field *schema.Field, dst reflect.Value, ...) (interface{}, error) type BigInt func (bi *BigInt) Scan(ctx context.Context, field *schema.Field, dst reflect.Value, ...) (err error) func (bi BigInt) String() string func (bi *BigInt) Unwrap() *big.Int func (bi BigInt) Value(ctx context.Context, field *schema.Field, dst reflect.Value, ...) (interface{}, error) type Hash func (hash *Hash) Scan(ctx context.Context, field *schema.Field, dst reflect.Value, ...) (err error) func (hash Hash) String() string 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 ¶ This section is empty. Types ¶ type Address ¶ type Address common.Address func (*Address) Scan ¶ func (addr *Address) Scan(ctx context.Context, field *schema.Field, dst reflect.Value, dbValue interface{}) (err error) func (Address) String ¶ func (addr Address) String() string func (Address) Unwrap ¶ func (addr Address) Unwrap() common.Address func (Address) Value ¶ func (addr Address) Value(ctx context.Context, field *schema.Field, dst reflect.Value, fieldValue interface{}) (interface{}, error) type BigInt ¶ type BigInt big.Int func (*BigInt) Scan ¶ func (bi *BigInt) Scan(ctx context.Context, field *schema.Field, dst reflect.Value, dbValue interface{}) (err error) func (BigInt) String ¶ func (bi BigInt) String() string func (*BigInt) Unwrap ¶ func (bi *BigInt) Unwrap() *big.Int func (BigInt) Value ¶ func (bi BigInt) Value(ctx context.Context, field *schema.Field, dst reflect.Value, fieldValue interface{}) (interface{}, error) type Hash ¶ type Hash common.Hash func (*Hash) Scan ¶ func (hash *Hash) Scan(ctx context.Context, field *schema.Field, dst reflect.Value, dbValue interface{}) (err error) func (Hash) String ¶ func (hash Hash) String() string func (Hash) Unwrap ¶ func (hash Hash) Unwrap() common.Hash func (Hash) Value ¶ func (hash Hash) Value(ctx context.Context, field *schema.Field, dst reflect.Value, fieldValue interface{}) (interface{}, error) Source Files ¶ View all Source files address.gobig_int.gohash.go Directories ¶ Show internal Expand all Path Synopsis contracts conditional_tokens erc20 Click to show internal directories. Click to hide internal directories.