logic
Protobuf Documentation
Table of Contents
logic/v1beta/params.proto
Params
Params defines the parameters for the module.
Field | Type | Label | Description |
---|---|---|---|
foo | string | foo represents a metasyntactic variable for testing purposes. |
logic/v1beta/genesis.proto
GenesisState
GenesisState defines the logic module's genesis state.
Field | Type | Label | Description |
---|---|---|---|
params | Params | The state parameters for the logic module. |
logic/v1beta/query.proto
QueryServiceParamsRequest
QueryServiceParamsRequest is request type for the QueryService/Params RPC method.
QueryServiceParamsResponse
QueryServiceParamsResponse is response type for the QueryService/Params RPC method.
Field | Type | Label | Description |
---|---|---|---|
params | Params | params holds all the parameters of this module. |
QueryService
QueryService defines the gRPC querier service.
Method Name | Request Type | Response Type | Description | HTTP Verb | Endpoint |
---|---|---|---|---|---|
Params | QueryServiceParamsRequest | QueryServiceParamsResponse | Parameters queries the parameters of the module. | GET | /okp4/okp4d/logic/params |
logic/v1beta/tx.proto
MsgService
Msg defines the Msg service.
Method Name | Request Type | Response Type | Description | HTTP Verb | Endpoint |
---|