package plugchain.oracle

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service Msg

tx.proto:12

Msg defines the clim Msg service.

service Query

query.proto:17

Query defines the gRPC querier service.

message ClaimParams

params.proto:15

ClaimParams is the parameters set for each oracle claim type

Used in: Params

message GenesisState

genesis.proto:15

GenesisState defines the oracle module's genesis state.

message GenesisState.ListOfUint

genesis.proto:23

Used in: GenesisState

message MsgDelegate

tx.proto:55

MsgDelegate - sdk.Msg for delegating oracle voting rights from a validator to another address, must be signed by an active validator

Used as request type in: Msg.Delegate

Used as field type in: GenesisState

message Params

params.proto:10

Params represents the parameters used for by the slashing module.

Used in: GenesisState, QueryParamsResponse

message Round

oracle.proto:17

Round contains all claim votes for a given round

Used in: GenesisState, QueryAllRoundsResponse, QueryRoundResponse

message TestClaim

oracle.proto:24

TestClaim is a concrete Claim type we use for testing

message Vote

oracle.proto:8

Vote is a vote for a given claim by a validator

Used in: Round