package
0.79.0-preview.4
Repository: https://github.com/vegaprotocol/vega.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
RegisterCoreServiceHandler registers the http handlers for service CoreService to "mux".
RegisterCoreServiceHandlerClient registers the http handlers for service CoreService to "mux".
RegisterCoreServiceHandlerFromEndpoint is same as RegisterCoreServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterCoreServiceHandlerServer registers the http handlers for service CoreService to "mux".
No description provided by the author
RegisterCoreStateServiceHandler registers the http handlers for service CoreStateService to "mux".
RegisterCoreStateServiceHandlerClient registers the http handlers for service CoreStateService to "mux".
RegisterCoreStateServiceHandlerFromEndpoint is same as RegisterCoreStateServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterCoreStateServiceHandlerServer registers the http handlers for service CoreStateService to "mux".
No description provided by the author

# Constants

Transaction will be submitted without waiting for response.
Transaction will be submitted, and blocking until the tendermint network has committed it into a block.
Transaction will be submitted, and blocking until the tendermint mempool returns a response.
No description provided by the author
Transaction will be submitted without waiting for a response.
Transaction will be submitted, and blocking until the network has committed it into a block.
Transaction will be submitted, and blocking until the mempool returns a response.
No description provided by the author

# Variables

CoreService_ServiceDesc is the grpc.ServiceDesc for CoreService service.
CoreStateService_ServiceDesc is the grpc.ServiceDesc for CoreStateService service.
No description provided by the author
No description provided by the author
Enum value maps for SubmitRawTransactionRequest_Type.
Enum value maps for SubmitRawTransactionRequest_Type.
Enum value maps for SubmitTransactionRequest_Type.
Enum value maps for SubmitTransactionRequest_Type.

# Structs

No description provided by the author
Request for checking a version agnostic transaction on Vega.
Response for checking a version agnostic transaction on Vega.
Request for checking a transaction v2 on Vega.
No description provided by the author
Request to retrieve the spam statistics of a party for the given epoch.
Response containing all the spam statistics of a party for the current epoch.
Request for the current time of the Vega network.
Response for the current consensus coordinated time on the Vega network, referred to as "VegaTime".
Request to get the height of the very last block processed by tendermint.
Response with the height of the last block processed by tendermint.
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
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
Request to subscribe to a stream of one or more event types from the Vega event bus.
Response to a subscribed stream of events from the Vega event bus.
No description provided by the author
Proof of Work state for a given block.
Proof of work statistics for a party.
Request for a new event sent by the blockchain queue to be propagated on Vega.
Response for a new event sent by the blockchain queue to be propagated on Vega.
Statistics for a given spam policy.
Complete spam statistics captured for a given party.
Vega domain specific statistics as reported by the node the caller is connected to.
Request for statistics about the Vega network.
Response containing statistics about the Vega network.
Request for submitting a version agnostic transaction on Vega.
Response for submitting a version agnostic transaction on Vega.
Request for submitting a transaction v2 on Vega.
Response for submitting a transaction on the network.
UnimplementedCoreServiceServer must be embedded to have forward compatible implementations.
UnimplementedCoreStateServiceServer must be embedded to have forward compatible implementations.
Vote statistics for the voting spam policies which are calculated as a ratio of the total votes that have been rejected.
Voting statistics by proposal for a given party for the current epoch.

# Interfaces

No description provided by the author
No description provided by the author
CoreServiceClient is the client API for CoreService service.
CoreServiceServer is the server API for CoreService service.
CoreStateServiceClient is the client API for CoreStateService service.
CoreStateServiceServer is the server API for CoreStateService service.
UnsafeCoreServiceServer may be embedded to opt out of forward compatibility for this service.
UnsafeCoreStateServiceServer may be embedded to opt out of forward compatibility for this service.

# Type aliases

Blockchain transaction type.
Blockchain transaction type.