Documentation ¶
Index ¶
- func MarshalAddress(addr common.Address) graphql.Marshaler
- func MarshalBigDecimal(x *decimal.Big) graphql.Marshaler
- func MarshalBigInt(x *big.Int) graphql.Marshaler
- func MarshalBytes(b []byte) graphql.Marshaler
- func UnmarshalAddress(v interface{}) (common.Address, error)
- func UnmarshalBigDecimal(v any) (*decimal.Big, error)
- func UnmarshalBigInt(v any) (*big.Int, error)
- func UnmarshalBytes(v interface{}) ([]byte, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MarshalBytes ¶
func UnmarshalAddress ¶
func UnmarshalBytes ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.