Versions in this module Expand all Collapse all v0 v0.0.1 Sep 23, 2024 Changes in this version + type BytesInterface interface + Bytes func() []byte + type BytesSerializer struct + func (BytesSerializer) Scan(ctx context.Context, field *schema.Field, dst reflect.Value, ...) error + func (BytesSerializer) Value(ctx context.Context, field *schema.Field, dst reflect.Value, ...) (interface{}, error) + type RLPSerializer struct + func (RLPSerializer) Scan(ctx context.Context, field *schema.Field, dst reflect.Value, ...) error + func (RLPSerializer) Value(ctx context.Context, field *schema.Field, dst reflect.Value, ...) (interface{}, error) + type SetBytesInterface interface + SetBytes func([]byte) + type U256Serializer struct + func (U256Serializer) Scan(ctx context.Context, field *schema.Field, dst reflect.Value, ...) error + func (U256Serializer) Value(ctx context.Context, field *schema.Field, dst reflect.Value, ...) (interface{}, error)