package chainlink.v1beta

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

service Msg

tx.proto:11

Msg defines the Msg gPRC service.

service Query

query.proto:13

Query defines the gRPC querier service.

message Coin

tx.proto:227

Used in: MsgFeedData

message DataProvider

tx.proto:73

DataProvider is the type defined for feed data provider

Used in: MsgAddDataProvider, MsgFeed, MsgFeedDataValidationFailedEvent, MsgNewFeedEvent

message FeedRewardSchema

tx.proto:63

Used in: MsgFeed, MsgSetFeedReward

message GenesisState

genesis.proto:8

message MsgAccount

tx.proto:179

MsgAccount is the type defined for account associated with the Chainlink node

Used as request type in: Msg.AddAccountTx

Used as field type in: GetAccountResponse

message MsgDataProviderSetChangeEvent

event.proto:32

message MsgFeed

tx.proto:39

MsgFeed is the type defined for new feed

Used as request type in: Msg.AddFeedTx

Used as field type in: GetFeedByIdResponse

message MsgFeedData

tx.proto:150

MsgFeedData is the type defined for the data of the feed It could be an OCR report feed, or any general feed data in the future

Used as request type in: Msg.SubmitFeedDataTx

Used as field type in: OCRFeedDataInStore

message MsgFeedDataValidationFailedEvent

event.proto:59

message MsgFeedOwnershipTransferEvent

event.proto:53

message MsgFeedParameterChangeEvent

event.proto:40

message MsgFeedRewardSchemaChangeEvent

event.proto:70

message MsgModuleOwner

genesis.proto:13

Used as request type in: Msg.AddModuleOwnerTx

Used as field type in: GenesisState, GetModuleOwnerResponse

message MsgModuleOwnershipTransferEvent

event.proto:48

message MsgNewFeedEvent

event.proto:9

message MsgNewRoundDataEvent

event.proto:15

message MsgNewRoundRequestEvent

event.proto:21

message MsgOraclePaidEvent

event.proto:25

message MsgResponse

tx.proto:198

Used as response type in: Msg.AddAccountTx, Msg.AddDataProviderTx, Msg.AddFeedTx, Msg.AddModuleOwnerTx, Msg.EditAccountTx, Msg.FeedOwnershipTransferTx, Msg.ModuleOwnershipTransferTx, Msg.RemoveDataProviderTx, Msg.RequestNewRoundTx, Msg.SetDeviationThresholdTriggerTx, Msg.SetFeedRewardTx, Msg.SetHeartbeatTriggerTx, Msg.SetSubmissionCountTx, Msg.SubmitFeedDataTx

message OCRAbiEncoded

tx.proto:207

this will be the implementation used later will use pseudo OCR ABI encoded data instead because the structure of how the OCR will be generalized is still unknown OCRAbiEncoded implments the OCR data that is ABCI encoded. The use and form will conform to the Chainlink protocol specification.

Used in: OCRFeedDataInStore, RoundData

message OCRFeedDataInStore

tx.proto:221

OCRFeedDataInStore defines the type for OCR report that persists into the store

message Observation

tx.proto:216

Used in: OCRAbiEncoded

message RoundData

query.proto:68

Used in: GetLatestRoundDataResponse, GetRoundDataResponse