package
2.2.0+incompatible
Repository: https://github.com/dispatchlabs/disgo.git
Documentation: pkg.go.dev
# README

DAPoS/proto
Overview
Proto Library
The current transport protocol on Dispatch is GRPC. However, we are allowing to scale it to any transport protocol (e.g. JSON RPC, among other RPC mechanisms). Therefore, we created Proto3 as an decoupled package that defines the interfaces which need to be configured for the transport protocol to be compatible with Dispatchlabs consensus.
To see the interfaces, refer to:
Configuration
To be able to generate the go language bindings:
protoc --go_out=plugins=grpc:. *.proto
# Functions
No description provided by the author
No description provided by the author
# Structs
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
# Interfaces
DAPoSGrpcClient is the client API for DAPoSGrpc service.
DAPoSGrpcServer is the server API for DAPoSGrpc service.