Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterGRPCABCIQuery ¶
func RegisterGRPCABCIQuery(qrt gogogrpc.Server, app abci.Application)
Types ¶
type GRPCABCIQuery ¶
type GRPCABCIQuery struct {
// contains filtered or unexported fields
}
GRPCABCIQuery is a GRPC wrapper for Application
func NewGRPCABCIQuery ¶
func NewGRPCABCIQuery(app abci.Application) *GRPCABCIQuery
func (*GRPCABCIQuery) Info ¶
func (app *GRPCABCIQuery) Info(ctx context.Context, req *abci.RequestInfo) (*abci.ResponseInfo, error)
func (*GRPCABCIQuery) Query ¶
func (app *GRPCABCIQuery) Query(ctx context.Context, req *abci.RequestQuery) (*abci.ResponseQuery, error)
Click to show internal directories.
Click to hide internal directories.