Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Big ¶
func (Big) ImplementsGraphQLType ¶
ImplementsGraphQLType returns true if Big implements the provided GraphQL type.
func (Big) MarshalText ¶
func (*Big) UnmarshalGraphQL ¶
UnmarshalGraphQL unmarshals the provided GraphQL query data.
func (*Big) UnmarshalText ¶
type Bytes ¶
type Bytes []byte
func (Bytes) ImplementsGraphQLType ¶
ImplementsGraphQLType returns true if Bytes implements the specified GraphQL type.
func (Bytes) MarshalText ¶
func (*Bytes) UnmarshalGraphQL ¶
UnmarshalGraphQL unmarshals the provided GraphQL query data.
func (*Bytes) UnmarshalText ¶
type Log ¶
type Log struct { Address types.Address `json:"address"` Topics []types.Hash `json:"topics"` Data Bytes `json:"data"` BlockNumber Uint64 `json:"blockNumber"` TxHash types.Hash `json:"transactionHash"` TxIndex Uint64 `json:"transactionIndex"` BlockHash types.Hash `json:"blockHash"` LogIndex Uint64 `json:"logIndex"` Removed bool `json:"removed"` }
func FromRPCLog ¶
type Long ¶
type Long int64
func (Long) ImplementsGraphQLType ¶
ImplementsGraphQLType returns true if Long implements the provided GraphQL type.
func (*Long) UnmarshalGraphQL ¶
UnmarshalGraphQL unmarshals the provided GraphQL query data.
type Uint64 ¶
type Uint64 uint64
func (Uint64) ImplementsGraphQLType ¶
ImplementsGraphQLType returns true if Uint64 implements the provided GraphQL type.
func (Uint64) MarshalText ¶
func (*Uint64) UnmarshalGraphQL ¶
UnmarshalGraphQL unmarshals the provided GraphQL query data.
func (*Uint64) UnmarshalText ¶
Click to show internal directories.
Click to hide internal directories.