Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EthAddress ¶ added in v1.2.0
EthAddress is a custom scalar for github.com/ethereum/go-ethereum/common.Address.
func (EthAddress) MarshalGQL ¶ added in v1.2.0
func (g EthAddress) MarshalGQL(w io.Writer)
MarshalGQL implements the github.com/99designs/gqlgen/graphql.Marshaler interface.
func (EthAddress) String ¶ added in v1.2.0
func (g EthAddress) String() string
String implements the fmt.Stringer interface.
func (*EthAddress) UnmarshalGQL ¶ added in v1.2.0
func (g *EthAddress) UnmarshalGQL(v any) error
UnmarshalGQL implements the github.com/99designs/gqlgen/graphql.Unmarshaler interface.
func (EthAddress) Unwrap ¶ added in v1.2.0
func (g EthAddress) Unwrap() ethcommon.Address
Unwrap returns the github.com/ethereum/go-ethereum/common.Address.
type Int64 ¶
type Int64 int64
Int64 is a custom scalar for int64.
func (Int64) MarshalGQL ¶ added in v1.1.0
MarshalGQL implements the github.com/99designs/gqlgen/graphql.Marshaler interface.
func (*Int64) UnmarshalGQL ¶ added in v1.1.0
UnmarshalGQL implements the github.com/99designs/gqlgen/graphql.Unmarshaler interface.
type Timestamp ¶ added in v1.5.0
Timestamp is a custom scalar for github.com/m0t0k1ch1-go/timeutil/v4.Timestamp.
func (Timestamp) MarshalGQL ¶ added in v1.5.0
MarshalGQL implements the github.com/99designs/gqlgen/graphql.Marshaler interface.
func (*Timestamp) UnmarshalGQL ¶ added in v1.5.0
UnmarshalGQL implements the github.com/99designs/gqlgen/graphql.Unmarshaler interface.
type Uint64 ¶
type Uint64 uint64
Uint64 is a custom scalar for uint64.
func (Uint64) MarshalGQL ¶ added in v1.1.0
MarshalGQL implements the github.com/99designs/gqlgen/graphql.Marshaler interface.
func (*Uint64) UnmarshalGQL ¶ added in v1.1.0
UnmarshalGQL implements the github.com/99designs/gqlgen/graphql.Unmarshaler interface.
type Uint256 ¶ added in v1.3.0
Uint256 is a custom scalar for bigutil.Uint256.
func (Uint256) MarshalGQL ¶ added in v1.3.0
MarshalGQL implements the github.com/99designs/gqlgen/graphql.Marshaler interface.
func (*Uint256) UnmarshalGQL ¶ added in v1.3.0
UnmarshalGQL implements the github.com/99designs/gqlgen/graphql.Unmarshaler interface.