package
0.79.0-preview.4
Repository: https://github.com/vegaprotocol/vega.git
Documentation: pkg.go.dev
# Packages
Package mocks is a generated GoMock package.
# Functions
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
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
# Constants
ErrorCodeInternalError Internal JSON-RPC error.
ErrorCodeInvalidParams Invalid method parameter(s).
ErrorCodeInvalidRequest The JSON sent is not a valid Request object.
ErrorCodeMethodNotFound The method does not exist / is not available.
ErrorCodeParseError Invalid JSON was received by the server.
ErrorCodeServerError is a generic implementation-defined server error.
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
# Structs
Dispatcher forward the request it gets in input to the associated method.
ErrorDetails is returned when an RPC call encounters an error.
No description provided by the author
No description provided by the author
# Interfaces
go:generate go run github.com/golang/mock/mockgen -destination mocks/command_mock.go -package mocks code.vegaprotocol.io/vega/libs/jsonrpc Command.
Params is just a nicer way to describe what's passed to the handlers.
Result is just a nicer way to describe what's expected to be returned by the handlers.
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author