package
0.5.3
Repository: https://github.com/gnolang/tx-indexer.git
Documentation: pkg.go.dev

# Functions

GenerateInvalidParamCountError generates the JSON-RPC invalid param count error.
GenerateInvalidParamError generates the JSON-RPC invalid param error response.
GenerateResponseError generates the JSON-RPC server error response.
NewJSONError creates a new JSON-RPC error.
NewJSONRequest creates a new JSON-RPC request.
NewJSONResponse creates a new JSON-RPC response.
NewJSONSubscribeResponse creates a new JSON-RPC response for the subscribe responses.
No description provided by the author

# Constants

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

# Structs

BaseJSON defines the base JSON fields all JSON-RPC requests and responses need to have.
BaseJSONError defines the base JSON response error format.
BaseJSONRequest defines the base JSON request format.
BaseJSONResponse defines the base JSON response format.
BaseJSONSubscribeResponse defines the base JSON response format for subscribe responses.
SubscribeResponse defines the subscribe response data.

# Type aliases

BaseJSONRequests represents a batch of JSON-RPC requests.
BaseJSONResponses represents a batch of JSON-RPC responses.