package
0.0.0-20201217075903-aecdb050f89d
Repository: https://github.com/lvbin2012/neuralchain.git
Documentation: pkg.go.dev

# Functions

NewHandler returns a new `http.Handler` that will answer GraphQL queries.
NewService constructs a new service instance.
RegisterGraphQLService is a utility function to construct a new service and register it against a node.

# Variables

No description provided by the author
No description provided by the author

# Structs

Account represents an NeuralChain account at a particular block.
Block represents an NeuralChain block.
BlockFilterCriteria encapsulates criteria passed to a `logs` accessor inside a block.
BlockNumberArgs encapsulates arguments to accessors that specify a block number.
CallData encapsulates arguments to `call` or `estimateGas`.
CallResult encapsulates the result of an invocation of the `call` accessor.
FilterCriteria encapsulates the arguments to `logs` on the root resolver object.
GraphiQL is an in-browser IDE for exploring GraphiQL APIs.
Log represents an individual log message.
No description provided by the author
Resolver is the top-level object in the GraphQL hierarchy.
Service encapsulates a GraphQL service.
SyncState represents the synchronisation status returned from the `syncing` accessor.
Transaction represents an NeuralChain transaction.

# Type aliases

No description provided by the author