package
0.79.0-preview.4
Repository: https://github.com/vegaprotocol/vega.git
Documentation: pkg.go.dev
# Functions
NewClient instantiate a new blockchain client.
No description provided by the author
NewDefaultConfig creates an instance of the package specific configuration, given a pointer to a logger instance to be used for logging within the package.
NewDefaultNullChainConfig creates an instance of the package specific configuration, given a pointer to a logger instance to be used for logging within the package.
NewDefaultTendermintConfig creates an instance of the package specific configuration, given a pointer to a logger instance to be used for logging within the package.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewServer instantiate a new blockchain server.
# Constants
AbciSpamError code is returned when CheckTx or DeliverTx fail spam protection tests.
AbciTxnDecodingFailure code is returned when CheckTx or DeliverTx fail to decode the Txn.
AbciTxnInternalError code is returned when CheckTx or DeliverTx fail to process the Txn.
AbciTxnPartialProcessingError code is return when a batch instruction partially fail.
AbciTxnValidationFailure ...
AbciUnknownCommandError code is returned when the app doesn't know how to handle a given command.
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
# Structs
Client abstract all communication to the blockchain.
Config represent the configuration of the blockchain package.
No description provided by the author
No description provided by the author
Server abstraction for the abci server.
No description provided by the author