Versions in this module Expand all Collapse all v1 v1.46.6 May 5, 2023 Changes in this version + const FeedIDMaxLength + const ModuleName + const ProposalTypeOcrBatchSetConfig + const ProposalTypeOcrSetConfig + const QuerierRoute + const RouterKey + const StoreKey + const TStoreKey + const TypeMsgAcceptPayeeship + const TypeMsgCreateFeed + const TypeMsgFundFeedRewardPool + const TypeMsgSetPayees + const TypeMsgTransferPayeeship + const TypeMsgTransmit + const TypeMsgUpdateFeed + const TypeMsgWithdrawFeedRewardPool + var AggregatorRoundIDPrefix = []byte + var ErrAdminRestricted = sdkerrors.Register(ModuleName, 20, "action is admin-restricted") + var ErrConfigDigestNotMatch = sdkerrors.Register(ModuleName, 6, "config digest doesn't match") + var ErrFeedAlreadyExists = sdkerrors.Register(ModuleName, 17, "feed already exists") + var ErrFeedConfigNotFound = sdkerrors.Register(ModuleName, 24, "feed config not found") + var ErrFeedDoesntExists = sdkerrors.Register(ModuleName, 19, "feed doesnt exists") + var ErrIncompleteProposal = sdkerrors.Register(ModuleName, 2, "incomplete proposal") + var ErrIncorrectConfig = sdkerrors.Register(ModuleName, 5, "incorrect config") + var ErrIncorrectRewardPoolDenom = sdkerrors.Register(ModuleName, 13, "LINK denom doesn't match") + var ErrIncorrectSignature = sdkerrors.Register(ModuleName, 8, "incorrect signature") + var ErrIncorrectTransmissionData = sdkerrors.Register(ModuleName, 10, "incorrect transmission data") + var ErrInsufficientRewardPool = sdkerrors.Register(ModuleName, 21, "insufficient reward pool") + var ErrIntOverflowGenesis = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowOcr = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowQuery = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowTx = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthGenesis = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthOcr = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthQuery = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthTx = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidPayees = sdkerrors.Register(ModuleName, 15, "wrong number of payees and transmitters") + var ErrMedianValueOutOfBounds = sdkerrors.Register(ModuleName, 12, "median value is out of bounds") + var ErrModuleAdminRestricted = sdkerrors.Register(ModuleName, 16, "action is restricted to the module admin") + var ErrNoRewardPool = sdkerrors.Register(ModuleName, 14, "Reward Pool doesn't exist") + var ErrNoTransmissionsFound = sdkerrors.Register(ModuleName, 11, "no transmissions found") + var ErrNoTransmitter = sdkerrors.Register(ModuleName, 9, "no transmitter specified") + var ErrPayeeAlreadySet = sdkerrors.Register(ModuleName, 22, "payee already set") + var ErrPayeeRestricted = sdkerrors.Register(ModuleName, 23, "action is payee-restricted") + var ErrRepeatedAddress = sdkerrors.Register(ModuleName, 3, "repeated oracle address") + var ErrStaleReport = sdkerrors.Register(ModuleName, 1, "stale report") + var ErrTooManySigners = sdkerrors.Register(ModuleName, 4, "too many signers") + var ErrUnexpectedEndOfGroupGenesis = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupOcr = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupQuery = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupTx = fmt.Errorf("proto: unexpected end of group") + var ErrWrongNumberOfSignatures = sdkerrors.Register(ModuleName, 7, "wrong number of signatures") + var FeedConfigInfoPrefix = []byte + var FeedConfigPrefix = []byte + var FeedPoolPrefix = []byte + var KeyLinkDenom = []byte("LinkDenom") + var KeyModuleAdmin = []byte("ModuleAdmin") + var KeyPayoutInterval = []byte("PayoutInterval") + var LatestEpochAndRoundPrefix = []byte + var MaxNumOracles = 31 + var ModuleCdc = codec.NewAminoCodec(amino) + var ObservationsCountPrefix = []byte + var PayeePrefix = []byte + var PendingPayeeTransferPrefix = []byte + var TransmissionPrefix = []byte + var TransmissionsCountPrefix = []byte + func GetAggregatorRoundIDKey(feedId string) []byte + func GetFeedConfigInfoKey(feedId string) []byte + func GetFeedConfigKey(feedId string) []byte + func GetFeedIdFromPaddedFeedIdBz(feedIdBz []byte) string + func GetFeedObservationsKey(feedId string, addr sdk.AccAddress) []byte + func GetFeedObservationsPrefix(feedId string) []byte + func GetFeedPoolKey(feedId string) []byte + func GetFeedTransmissionsKey(feedId string, addr sdk.AccAddress) []byte + func GetFeedTransmissionsPrefix(feedId string) []byte + func GetLatestEpochAndRoundKey(feedId string) []byte + func GetPayeePrefix(feedId string, transmitter sdk.AccAddress) []byte + func GetPendingPayeeshipTransferPrefix(feedId string, transmitter sdk.AccAddress) []byte + func GetTransmissionKey(feedId string) []byte + func ParamKeyTable() paramtypes.KeyTable + func RegisterInterfaces(registry types.InterfaceRegistry) + func RegisterLegacyAminoCodec(cdc *codec.LegacyAmino) + func RegisterMsgServer(s grpc1.Server, srv MsgServer) + func RegisterQueryServer(s grpc1.Server, srv QueryServer) + type BankKeeper interface + BurnCoins func(ctx sdk.Context, moduleName string, amt sdk.Coins) error + GetAllBalances func(ctx sdk.Context, addr sdk.AccAddress) sdk.Coins + GetBalance func(ctx sdk.Context, addr sdk.AccAddress, denom string) sdk.Coin + MintCoins func(ctx sdk.Context, moduleName string, amt sdk.Coins) error + SendCoinsFromAccountToModule func(ctx sdk.Context, senderAddr sdk.AccAddress, recipientModule string, ...) error + SendCoinsFromModuleToAccount func(ctx sdk.Context, senderModule string, recipientAddr sdk.AccAddress, ...) error + SendCoinsFromModuleToModule func(ctx sdk.Context, senderModule, recipientModule string, amt sdk.Coins) error + SetDenomMetaData func(ctx sdk.Context, denomMeta bank.Metadata) + type ContractConfig struct + ConfigCount uint64 + F uint32 + OffchainConfig []byte + OffchainConfigVersion uint64 + OnchainConfig []byte + Signers []string + Transmitters []string + func (*ContractConfig) Descriptor() ([]byte, []int) + func (*ContractConfig) ProtoMessage() + func (cfg *ContractConfig) Digest(chainID, feedID string) []byte + func (m *ContractConfig) GetConfigCount() uint64 + func (m *ContractConfig) GetF() uint32 + func (m *ContractConfig) GetOffchainConfig() []byte + func (m *ContractConfig) GetOffchainConfigVersion() uint64 + func (m *ContractConfig) GetOnchainConfig() []byte + func (m *ContractConfig) GetSigners() []string + func (m *ContractConfig) GetTransmitters() []string + func (m *ContractConfig) Marshal() (dAtA []byte, err error) + func (m *ContractConfig) MarshalTo(dAtA []byte) (int, error) + func (m *ContractConfig) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ContractConfig) Reset() + func (m *ContractConfig) Size() (n int) + func (m *ContractConfig) String() string + func (m *ContractConfig) Unmarshal(dAtA []byte) error + func (m *ContractConfig) XXX_DiscardUnknown() + func (m *ContractConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ContractConfig) XXX_Merge(src proto.Message) + func (m *ContractConfig) XXX_Size() int + func (m *ContractConfig) XXX_Unmarshal(b []byte) error + type Count struct + Address string + Count uint64 + func (*Count) Descriptor() ([]byte, []int) + func (*Count) ProtoMessage() + func (m *Count) GetAddress() string + func (m *Count) GetCount() uint64 + func (m *Count) Marshal() (dAtA []byte, err error) + func (m *Count) MarshalTo(dAtA []byte) (int, error) + func (m *Count) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Count) Reset() + func (m *Count) Size() (n int) + func (m *Count) String() string + func (m *Count) Unmarshal(dAtA []byte) error + func (m *Count) XXX_DiscardUnknown() + func (m *Count) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Count) XXX_Merge(src proto.Message) + func (m *Count) XXX_Size() int + func (m *Count) XXX_Unmarshal(b []byte) error + type EpochAndRound struct + Epoch uint64 + Round uint64 + func (*EpochAndRound) Descriptor() ([]byte, []int) + func (*EpochAndRound) ProtoMessage() + func (m *EpochAndRound) GetEpoch() uint64 + func (m *EpochAndRound) GetRound() uint64 + func (m *EpochAndRound) Marshal() (dAtA []byte, err error) + func (m *EpochAndRound) MarshalTo(dAtA []byte) (int, error) + func (m *EpochAndRound) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *EpochAndRound) Reset() + func (m *EpochAndRound) Size() (n int) + func (m *EpochAndRound) String() string + func (m *EpochAndRound) Unmarshal(dAtA []byte) error + func (m *EpochAndRound) XXX_DiscardUnknown() + func (m *EpochAndRound) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *EpochAndRound) XXX_Merge(src proto.Message) + func (m *EpochAndRound) XXX_Size() int + func (m *EpochAndRound) XXX_Unmarshal(b []byte) error + type EventAnswerUpdated struct + Current github_com_cosmos_cosmos_sdk_types.Int + RoundId github_com_cosmos_cosmos_sdk_types.Int + UpdatedAt time.Time + func (*EventAnswerUpdated) Descriptor() ([]byte, []int) + func (*EventAnswerUpdated) ProtoMessage() + func (m *EventAnswerUpdated) GetUpdatedAt() time.Time + func (m *EventAnswerUpdated) Marshal() (dAtA []byte, err error) + func (m *EventAnswerUpdated) MarshalTo(dAtA []byte) (int, error) + func (m *EventAnswerUpdated) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *EventAnswerUpdated) Reset() + func (m *EventAnswerUpdated) Size() (n int) + func (m *EventAnswerUpdated) String() string + func (m *EventAnswerUpdated) Unmarshal(dAtA []byte) error + func (m *EventAnswerUpdated) XXX_DiscardUnknown() + func (m *EventAnswerUpdated) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *EventAnswerUpdated) XXX_Merge(src proto.Message) + func (m *EventAnswerUpdated) XXX_Size() int + func (m *EventAnswerUpdated) XXX_Unmarshal(b []byte) error + type EventConfigSet struct + Config *FeedConfig + ConfigDigest []byte + ConfigInfo *FeedConfigInfo + PreviousConfigBlockNumber int64 + func (*EventConfigSet) Descriptor() ([]byte, []int) + func (*EventConfigSet) ProtoMessage() + func (m *EventConfigSet) GetConfig() *FeedConfig + func (m *EventConfigSet) GetConfigDigest() []byte + func (m *EventConfigSet) GetConfigInfo() *FeedConfigInfo + func (m *EventConfigSet) GetPreviousConfigBlockNumber() int64 + func (m *EventConfigSet) Marshal() (dAtA []byte, err error) + func (m *EventConfigSet) MarshalTo(dAtA []byte) (int, error) + func (m *EventConfigSet) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *EventConfigSet) Reset() + func (m *EventConfigSet) Size() (n int) + func (m *EventConfigSet) String() string + func (m *EventConfigSet) Unmarshal(dAtA []byte) error + func (m *EventConfigSet) XXX_DiscardUnknown() + func (m *EventConfigSet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *EventConfigSet) XXX_Merge(src proto.Message) + func (m *EventConfigSet) XXX_Size() int + func (m *EventConfigSet) XXX_Unmarshal(b []byte) error + type EventNewRound struct + RoundId github_com_cosmos_cosmos_sdk_types.Int + StartedAt time.Time + StartedBy string + func (*EventNewRound) Descriptor() ([]byte, []int) + func (*EventNewRound) ProtoMessage() + func (m *EventNewRound) GetStartedAt() time.Time + func (m *EventNewRound) GetStartedBy() string + func (m *EventNewRound) Marshal() (dAtA []byte, err error) + func (m *EventNewRound) MarshalTo(dAtA []byte) (int, error) + func (m *EventNewRound) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *EventNewRound) Reset() + func (m *EventNewRound) Size() (n int) + func (m *EventNewRound) String() string + func (m *EventNewRound) Unmarshal(dAtA []byte) error + func (m *EventNewRound) XXX_DiscardUnknown() + func (m *EventNewRound) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *EventNewRound) XXX_Merge(src proto.Message) + func (m *EventNewRound) XXX_Size() int + func (m *EventNewRound) XXX_Unmarshal(b []byte) error + type EventNewTransmission struct + AggregatorRoundId uint32 + Answer github_com_cosmos_cosmos_sdk_types.Dec + ConfigDigest []byte + EpochAndRound *EpochAndRound + FeedId string + Observations []github_com_cosmos_cosmos_sdk_types.Dec + ObservationsTimestamp int64 + Observers []byte + Transmitter string + func (*EventNewTransmission) Descriptor() ([]byte, []int) + func (*EventNewTransmission) ProtoMessage() + func (m *EventNewTransmission) GetAggregatorRoundId() uint32 + func (m *EventNewTransmission) GetConfigDigest() []byte + func (m *EventNewTransmission) GetEpochAndRound() *EpochAndRound + func (m *EventNewTransmission) GetFeedId() string + func (m *EventNewTransmission) GetObservationsTimestamp() int64 + func (m *EventNewTransmission) GetObservers() []byte + func (m *EventNewTransmission) GetTransmitter() string + func (m *EventNewTransmission) Marshal() (dAtA []byte, err error) + func (m *EventNewTransmission) MarshalTo(dAtA []byte) (int, error) + func (m *EventNewTransmission) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *EventNewTransmission) Reset() + func (m *EventNewTransmission) Size() (n int) + func (m *EventNewTransmission) String() string + func (m *EventNewTransmission) Unmarshal(dAtA []byte) error + func (m *EventNewTransmission) XXX_DiscardUnknown() + func (m *EventNewTransmission) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *EventNewTransmission) XXX_Merge(src proto.Message) + func (m *EventNewTransmission) XXX_Size() int + func (m *EventNewTransmission) XXX_Unmarshal(b []byte) error + type EventOraclePaid struct + Amount types.Coin + PayeeAddr string + TransmitterAddr string + func (*EventOraclePaid) Descriptor() ([]byte, []int) + func (*EventOraclePaid) ProtoMessage() + func (m *EventOraclePaid) GetAmount() types.Coin + func (m *EventOraclePaid) GetPayeeAddr() string + func (m *EventOraclePaid) GetTransmitterAddr() string + func (m *EventOraclePaid) Marshal() (dAtA []byte, err error) + func (m *EventOraclePaid) MarshalTo(dAtA []byte) (int, error) + func (m *EventOraclePaid) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *EventOraclePaid) Reset() + func (m *EventOraclePaid) Size() (n int) + func (m *EventOraclePaid) String() string + func (m *EventOraclePaid) Unmarshal(dAtA []byte) error + func (m *EventOraclePaid) XXX_DiscardUnknown() + func (m *EventOraclePaid) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *EventOraclePaid) XXX_Merge(src proto.Message) + func (m *EventOraclePaid) XXX_Size() int + func (m *EventOraclePaid) XXX_Unmarshal(b []byte) error + type EventTransmitted struct + ConfigDigest []byte + Epoch uint64 + func (*EventTransmitted) Descriptor() ([]byte, []int) + func (*EventTransmitted) ProtoMessage() + func (m *EventTransmitted) GetConfigDigest() []byte + func (m *EventTransmitted) GetEpoch() uint64 + func (m *EventTransmitted) Marshal() (dAtA []byte, err error) + func (m *EventTransmitted) MarshalTo(dAtA []byte) (int, error) + func (m *EventTransmitted) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *EventTransmitted) Reset() + func (m *EventTransmitted) Size() (n int) + func (m *EventTransmitted) String() string + func (m *EventTransmitted) Unmarshal(dAtA []byte) error + func (m *EventTransmitted) XXX_DiscardUnknown() + func (m *EventTransmitted) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *EventTransmitted) XXX_Merge(src proto.Message) + func (m *EventTransmitted) XXX_Size() int + func (m *EventTransmitted) XXX_Unmarshal(b []byte) error + type FeedConfig struct + F uint32 + ModuleParams *ModuleParams + OffchainConfig []byte + OffchainConfigVersion uint64 + OnchainConfig []byte + Signers []string + Transmitters []string + func (*FeedConfig) Descriptor() ([]byte, []int) + func (*FeedConfig) ProtoMessage() + func (cfg *FeedConfig) TransmitterFromSigner() map[string]sdk.AccAddress + func (cfg *FeedConfig) ValidTransmitters() map[string]struct{} + func (cfg *FeedConfig) ValidateBasic() error + func (m *FeedConfig) GetF() uint32 + func (m *FeedConfig) GetModuleParams() *ModuleParams + func (m *FeedConfig) GetOffchainConfig() []byte + func (m *FeedConfig) GetOffchainConfigVersion() uint64 + func (m *FeedConfig) GetOnchainConfig() []byte + func (m *FeedConfig) GetSigners() []string + func (m *FeedConfig) GetTransmitters() []string + func (m *FeedConfig) Marshal() (dAtA []byte, err error) + func (m *FeedConfig) MarshalTo(dAtA []byte) (int, error) + func (m *FeedConfig) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *FeedConfig) Reset() + func (m *FeedConfig) Size() (n int) + func (m *FeedConfig) String() string + func (m *FeedConfig) Unmarshal(dAtA []byte) error + func (m *FeedConfig) XXX_DiscardUnknown() + func (m *FeedConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *FeedConfig) XXX_Merge(src proto.Message) + func (m *FeedConfig) XXX_Size() int + func (m *FeedConfig) XXX_Unmarshal(b []byte) error + type FeedConfigInfo struct + ConfigCount uint64 + F uint32 + LatestConfigBlockNumber int64 + LatestConfigDigest []byte + N uint32 + func (*FeedConfigInfo) Descriptor() ([]byte, []int) + func (*FeedConfigInfo) ProtoMessage() + func (m *FeedConfigInfo) GetConfigCount() uint64 + func (m *FeedConfigInfo) GetF() uint32 + func (m *FeedConfigInfo) GetLatestConfigBlockNumber() int64 + func (m *FeedConfigInfo) GetLatestConfigDigest() []byte + func (m *FeedConfigInfo) GetN() uint32 + func (m *FeedConfigInfo) Marshal() (dAtA []byte, err error) + func (m *FeedConfigInfo) MarshalTo(dAtA []byte) (int, error) + func (m *FeedConfigInfo) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *FeedConfigInfo) Reset() + func (m *FeedConfigInfo) Size() (n int) + func (m *FeedConfigInfo) String() string + func (m *FeedConfigInfo) Unmarshal(dAtA []byte) error + func (m *FeedConfigInfo) XXX_DiscardUnknown() + func (m *FeedConfigInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *FeedConfigInfo) XXX_Merge(src proto.Message) + func (m *FeedConfigInfo) XXX_Size() int + func (m *FeedConfigInfo) XXX_Unmarshal(b []byte) error + type FeedCounts struct + Counts []*Count + FeedId string + func (*FeedCounts) Descriptor() ([]byte, []int) + func (*FeedCounts) ProtoMessage() + func (m *FeedCounts) GetCounts() []*Count + func (m *FeedCounts) GetFeedId() string + func (m *FeedCounts) Marshal() (dAtA []byte, err error) + func (m *FeedCounts) MarshalTo(dAtA []byte) (int, error) + func (m *FeedCounts) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *FeedCounts) Reset() + func (m *FeedCounts) Size() (n int) + func (m *FeedCounts) String() string + func (m *FeedCounts) Unmarshal(dAtA []byte) error + func (m *FeedCounts) XXX_DiscardUnknown() + func (m *FeedCounts) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *FeedCounts) XXX_Merge(src proto.Message) + func (m *FeedCounts) XXX_Size() int + func (m *FeedCounts) XXX_Unmarshal(b []byte) error + type FeedEpochAndRound struct + EpochAndRound *EpochAndRound + FeedId string + func (*FeedEpochAndRound) Descriptor() ([]byte, []int) + func (*FeedEpochAndRound) ProtoMessage() + func (m *FeedEpochAndRound) GetEpochAndRound() *EpochAndRound + func (m *FeedEpochAndRound) GetFeedId() string + func (m *FeedEpochAndRound) Marshal() (dAtA []byte, err error) + func (m *FeedEpochAndRound) MarshalTo(dAtA []byte) (int, error) + func (m *FeedEpochAndRound) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *FeedEpochAndRound) Reset() + func (m *FeedEpochAndRound) Size() (n int) + func (m *FeedEpochAndRound) String() string + func (m *FeedEpochAndRound) Unmarshal(dAtA []byte) error + func (m *FeedEpochAndRound) XXX_DiscardUnknown() + func (m *FeedEpochAndRound) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *FeedEpochAndRound) XXX_Merge(src proto.Message) + func (m *FeedEpochAndRound) XXX_Size() int + func (m *FeedEpochAndRound) XXX_Unmarshal(b []byte) error + type FeedLatestAggregatorRoundIDs struct + AggregatorRoundId uint64 + FeedId string + func (*FeedLatestAggregatorRoundIDs) Descriptor() ([]byte, []int) + func (*FeedLatestAggregatorRoundIDs) ProtoMessage() + func (m *FeedLatestAggregatorRoundIDs) GetAggregatorRoundId() uint64 + func (m *FeedLatestAggregatorRoundIDs) GetFeedId() string + func (m *FeedLatestAggregatorRoundIDs) Marshal() (dAtA []byte, err error) + func (m *FeedLatestAggregatorRoundIDs) MarshalTo(dAtA []byte) (int, error) + func (m *FeedLatestAggregatorRoundIDs) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *FeedLatestAggregatorRoundIDs) Reset() + func (m *FeedLatestAggregatorRoundIDs) Size() (n int) + func (m *FeedLatestAggregatorRoundIDs) String() string + func (m *FeedLatestAggregatorRoundIDs) Unmarshal(dAtA []byte) error + func (m *FeedLatestAggregatorRoundIDs) XXX_DiscardUnknown() + func (m *FeedLatestAggregatorRoundIDs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *FeedLatestAggregatorRoundIDs) XXX_Merge(src proto.Message) + func (m *FeedLatestAggregatorRoundIDs) XXX_Size() int + func (m *FeedLatestAggregatorRoundIDs) XXX_Unmarshal(b []byte) error + type FeedProperties struct + Description string + F uint32 + FeedId string + LinkPerObservation github_com_cosmos_cosmos_sdk_types.Int + LinkPerTransmission github_com_cosmos_cosmos_sdk_types.Int + MaxAnswer github_com_cosmos_cosmos_sdk_types.Dec + MinAnswer github_com_cosmos_cosmos_sdk_types.Dec + OffchainConfig []byte + OffchainConfigVersion uint64 + OnchainConfig []byte + UniqueReports bool + func (*FeedProperties) Descriptor() ([]byte, []int) + func (*FeedProperties) ProtoMessage() + func (m *FeedProperties) GetDescription() string + func (m *FeedProperties) GetF() uint32 + func (m *FeedProperties) GetFeedId() string + func (m *FeedProperties) GetOffchainConfig() []byte + func (m *FeedProperties) GetOffchainConfigVersion() uint64 + func (m *FeedProperties) GetOnchainConfig() []byte + func (m *FeedProperties) GetUniqueReports() bool + func (m *FeedProperties) Marshal() (dAtA []byte, err error) + func (m *FeedProperties) MarshalTo(dAtA []byte) (int, error) + func (m *FeedProperties) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *FeedProperties) Reset() + func (m *FeedProperties) Size() (n int) + func (m *FeedProperties) String() string + func (m *FeedProperties) Unmarshal(dAtA []byte) error + func (m *FeedProperties) XXX_DiscardUnknown() + func (m *FeedProperties) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *FeedProperties) XXX_Merge(src proto.Message) + func (m *FeedProperties) XXX_Size() int + func (m *FeedProperties) XXX_Unmarshal(b []byte) error + type FeedTransmission struct + FeedId string + Transmission *Transmission + func (*FeedTransmission) Descriptor() ([]byte, []int) + func (*FeedTransmission) ProtoMessage() + func (m *FeedTransmission) GetFeedId() string + func (m *FeedTransmission) GetTransmission() *Transmission + func (m *FeedTransmission) Marshal() (dAtA []byte, err error) + func (m *FeedTransmission) MarshalTo(dAtA []byte) (int, error) + func (m *FeedTransmission) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *FeedTransmission) Reset() + func (m *FeedTransmission) Size() (n int) + func (m *FeedTransmission) String() string + func (m *FeedTransmission) Unmarshal(dAtA []byte) error + func (m *FeedTransmission) XXX_DiscardUnknown() + func (m *FeedTransmission) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *FeedTransmission) XXX_Merge(src proto.Message) + func (m *FeedTransmission) XXX_Size() int + func (m *FeedTransmission) XXX_Unmarshal(b []byte) error + type GasReimbursements struct + Reimbursements []*types.Coin + func (*GasReimbursements) Descriptor() ([]byte, []int) + func (*GasReimbursements) ProtoMessage() + func (m *GasReimbursements) GetReimbursements() []*types.Coin + func (m *GasReimbursements) Marshal() (dAtA []byte, err error) + func (m *GasReimbursements) MarshalTo(dAtA []byte) (int, error) + func (m *GasReimbursements) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *GasReimbursements) Reset() + func (m *GasReimbursements) Size() (n int) + func (m *GasReimbursements) String() string + func (m *GasReimbursements) Unmarshal(dAtA []byte) error + func (m *GasReimbursements) XXX_DiscardUnknown() + func (m *GasReimbursements) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GasReimbursements) XXX_Merge(src proto.Message) + func (m *GasReimbursements) XXX_Size() int + func (m *GasReimbursements) XXX_Unmarshal(b []byte) error + type GenesisState struct + FeedConfigs []*FeedConfig + FeedObservationCounts []*FeedCounts + FeedTransmissionCounts []*FeedCounts + FeedTransmissions []*FeedTransmission + LatestAggregatorRoundIds []*FeedLatestAggregatorRoundIDs + LatestEpochAndRounds []*FeedEpochAndRound + Params Params + PendingPayeeships []*PendingPayeeship + RewardPools []*RewardPool + func DefaultGenesisState() *GenesisState + func NewGenesisState() GenesisState + func (*GenesisState) Descriptor() ([]byte, []int) + func (*GenesisState) ProtoMessage() + func (gs GenesisState) Validate() error + func (m *GenesisState) GetFeedConfigs() []*FeedConfig + func (m *GenesisState) GetFeedObservationCounts() []*FeedCounts + func (m *GenesisState) GetFeedTransmissionCounts() []*FeedCounts + func (m *GenesisState) GetFeedTransmissions() []*FeedTransmission + func (m *GenesisState) GetLatestAggregatorRoundIds() []*FeedLatestAggregatorRoundIDs + func (m *GenesisState) GetLatestEpochAndRounds() []*FeedEpochAndRound + func (m *GenesisState) GetParams() Params + func (m *GenesisState) GetPendingPayeeships() []*PendingPayeeship + func (m *GenesisState) GetRewardPools() []*RewardPool + func (m *GenesisState) Marshal() (dAtA []byte, err error) + func (m *GenesisState) MarshalTo(dAtA []byte) (int, error) + func (m *GenesisState) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *GenesisState) Reset() + func (m *GenesisState) Size() (n int) + func (m *GenesisState) String() string + func (m *GenesisState) Unmarshal(dAtA []byte) error + func (m *GenesisState) XXX_DiscardUnknown() + func (m *GenesisState) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GenesisState) XXX_Merge(src proto.Message) + func (m *GenesisState) XXX_Size() int + func (m *GenesisState) XXX_Unmarshal(b []byte) error + type ModuleParams struct + BillingAdmin string + Description string + FeedAdmin string + FeedId string + LinkDenom string + LinkPerObservation github_com_cosmos_cosmos_sdk_types.Int + LinkPerTransmission github_com_cosmos_cosmos_sdk_types.Int + MaxAnswer github_com_cosmos_cosmos_sdk_types.Dec + MinAnswer github_com_cosmos_cosmos_sdk_types.Dec + UniqueReports bool + func (*ModuleParams) Descriptor() ([]byte, []int) + func (*ModuleParams) ProtoMessage() + func (m *ModuleParams) GetBillingAdmin() string + func (m *ModuleParams) GetDescription() string + func (m *ModuleParams) GetFeedAdmin() string + func (m *ModuleParams) GetFeedId() string + func (m *ModuleParams) GetLinkDenom() string + func (m *ModuleParams) GetUniqueReports() bool + func (m *ModuleParams) Marshal() (dAtA []byte, err error) + func (m *ModuleParams) MarshalTo(dAtA []byte) (int, error) + func (m *ModuleParams) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ModuleParams) Reset() + func (m *ModuleParams) Size() (n int) + func (m *ModuleParams) String() string + func (m *ModuleParams) Unmarshal(dAtA []byte) error + func (m *ModuleParams) XXX_DiscardUnknown() + func (m *ModuleParams) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ModuleParams) XXX_Merge(src proto.Message) + func (m *ModuleParams) XXX_Size() int + func (m *ModuleParams) XXX_Unmarshal(b []byte) error + type MsgAcceptPayeeship struct + FeedId string + Payee string + Transmitter string + func (*MsgAcceptPayeeship) Descriptor() ([]byte, []int) + func (*MsgAcceptPayeeship) ProtoMessage() + func (m *MsgAcceptPayeeship) Marshal() (dAtA []byte, err error) + func (m *MsgAcceptPayeeship) MarshalTo(dAtA []byte) (int, error) + func (m *MsgAcceptPayeeship) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgAcceptPayeeship) Reset() + func (m *MsgAcceptPayeeship) Size() (n int) + func (m *MsgAcceptPayeeship) String() string + func (m *MsgAcceptPayeeship) Unmarshal(dAtA []byte) error + func (m *MsgAcceptPayeeship) XXX_DiscardUnknown() + func (m *MsgAcceptPayeeship) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgAcceptPayeeship) XXX_Merge(src proto.Message) + func (m *MsgAcceptPayeeship) XXX_Size() int + func (m *MsgAcceptPayeeship) XXX_Unmarshal(b []byte) error + func (msg *MsgAcceptPayeeship) GetSignBytes() []byte + func (msg MsgAcceptPayeeship) GetSigners() []sdk.AccAddress + func (msg MsgAcceptPayeeship) Route() string + func (msg MsgAcceptPayeeship) Type() string + func (msg MsgAcceptPayeeship) ValidateBasic() error + type MsgAcceptPayeeshipResponse struct + func (*MsgAcceptPayeeshipResponse) Descriptor() ([]byte, []int) + func (*MsgAcceptPayeeshipResponse) ProtoMessage() + func (m *MsgAcceptPayeeshipResponse) Marshal() (dAtA []byte, err error) + func (m *MsgAcceptPayeeshipResponse) MarshalTo(dAtA []byte) (int, error) + func (m *MsgAcceptPayeeshipResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgAcceptPayeeshipResponse) Reset() + func (m *MsgAcceptPayeeshipResponse) Size() (n int) + func (m *MsgAcceptPayeeshipResponse) String() string + func (m *MsgAcceptPayeeshipResponse) Unmarshal(dAtA []byte) error + func (m *MsgAcceptPayeeshipResponse) XXX_DiscardUnknown() + func (m *MsgAcceptPayeeshipResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgAcceptPayeeshipResponse) XXX_Merge(src proto.Message) + func (m *MsgAcceptPayeeshipResponse) XXX_Size() int + func (m *MsgAcceptPayeeshipResponse) XXX_Unmarshal(b []byte) error + type MsgClient interface + AcceptPayeeship func(ctx context.Context, in *MsgAcceptPayeeship, opts ...grpc.CallOption) (*MsgAcceptPayeeshipResponse, error) + CreateFeed func(ctx context.Context, in *MsgCreateFeed, opts ...grpc.CallOption) (*MsgCreateFeedResponse, error) + FundFeedRewardPool func(ctx context.Context, in *MsgFundFeedRewardPool, opts ...grpc.CallOption) (*MsgFundFeedRewardPoolResponse, error) + SetPayees func(ctx context.Context, in *MsgSetPayees, opts ...grpc.CallOption) (*MsgSetPayeesResponse, error) + TransferPayeeship func(ctx context.Context, in *MsgTransferPayeeship, opts ...grpc.CallOption) (*MsgTransferPayeeshipResponse, error) + Transmit func(ctx context.Context, in *MsgTransmit, opts ...grpc.CallOption) (*MsgTransmitResponse, error) + UpdateFeed func(ctx context.Context, in *MsgUpdateFeed, opts ...grpc.CallOption) (*MsgUpdateFeedResponse, error) + WithdrawFeedRewardPool func(ctx context.Context, in *MsgWithdrawFeedRewardPool, opts ...grpc.CallOption) (*MsgWithdrawFeedRewardPoolResponse, error) + func NewMsgClient(cc grpc1.ClientConn) MsgClient + type MsgCreateFeed struct + Config *FeedConfig + Sender string + func (*MsgCreateFeed) Descriptor() ([]byte, []int) + func (*MsgCreateFeed) ProtoMessage() + func (m *MsgCreateFeed) Marshal() (dAtA []byte, err error) + func (m *MsgCreateFeed) MarshalTo(dAtA []byte) (int, error) + func (m *MsgCreateFeed) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgCreateFeed) Reset() + func (m *MsgCreateFeed) Size() (n int) + func (m *MsgCreateFeed) String() string + func (m *MsgCreateFeed) Unmarshal(dAtA []byte) error + func (m *MsgCreateFeed) XXX_DiscardUnknown() + func (m *MsgCreateFeed) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgCreateFeed) XXX_Merge(src proto.Message) + func (m *MsgCreateFeed) XXX_Size() int + func (m *MsgCreateFeed) XXX_Unmarshal(b []byte) error + func (msg *MsgCreateFeed) GetSignBytes() []byte + func (msg MsgCreateFeed) GetSigners() []sdk.AccAddress + func (msg MsgCreateFeed) Route() string + func (msg MsgCreateFeed) Type() string + func (msg MsgCreateFeed) ValidateBasic() error + type MsgCreateFeedResponse struct + func (*MsgCreateFeedResponse) Descriptor() ([]byte, []int) + func (*MsgCreateFeedResponse) ProtoMessage() + func (m *MsgCreateFeedResponse) Marshal() (dAtA []byte, err error) + func (m *MsgCreateFeedResponse) MarshalTo(dAtA []byte) (int, error) + func (m *MsgCreateFeedResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgCreateFeedResponse) Reset() + func (m *MsgCreateFeedResponse) Size() (n int) + func (m *MsgCreateFeedResponse) String() string + func (m *MsgCreateFeedResponse) Unmarshal(dAtA []byte) error + func (m *MsgCreateFeedResponse) XXX_DiscardUnknown() + func (m *MsgCreateFeedResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgCreateFeedResponse) XXX_Merge(src proto.Message) + func (m *MsgCreateFeedResponse) XXX_Size() int + func (m *MsgCreateFeedResponse) XXX_Unmarshal(b []byte) error + type MsgFundFeedRewardPool struct + Amount types.Coin + FeedId string + Sender string + func (*MsgFundFeedRewardPool) Descriptor() ([]byte, []int) + func (*MsgFundFeedRewardPool) ProtoMessage() + func (m *MsgFundFeedRewardPool) Marshal() (dAtA []byte, err error) + func (m *MsgFundFeedRewardPool) MarshalTo(dAtA []byte) (int, error) + func (m *MsgFundFeedRewardPool) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgFundFeedRewardPool) Reset() + func (m *MsgFundFeedRewardPool) Size() (n int) + func (m *MsgFundFeedRewardPool) String() string + func (m *MsgFundFeedRewardPool) Unmarshal(dAtA []byte) error + func (m *MsgFundFeedRewardPool) XXX_DiscardUnknown() + func (m *MsgFundFeedRewardPool) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgFundFeedRewardPool) XXX_Merge(src proto.Message) + func (m *MsgFundFeedRewardPool) XXX_Size() int + func (m *MsgFundFeedRewardPool) XXX_Unmarshal(b []byte) error + func (msg *MsgFundFeedRewardPool) GetSignBytes() []byte + func (msg MsgFundFeedRewardPool) GetSigners() []sdk.AccAddress + func (msg MsgFundFeedRewardPool) Route() string + func (msg MsgFundFeedRewardPool) Type() string + func (msg MsgFundFeedRewardPool) ValidateBasic() error + type MsgFundFeedRewardPoolResponse struct + func (*MsgFundFeedRewardPoolResponse) Descriptor() ([]byte, []int) + func (*MsgFundFeedRewardPoolResponse) ProtoMessage() + func (m *MsgFundFeedRewardPoolResponse) Marshal() (dAtA []byte, err error) + func (m *MsgFundFeedRewardPoolResponse) MarshalTo(dAtA []byte) (int, error) + func (m *MsgFundFeedRewardPoolResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgFundFeedRewardPoolResponse) Reset() + func (m *MsgFundFeedRewardPoolResponse) Size() (n int) + func (m *MsgFundFeedRewardPoolResponse) String() string + func (m *MsgFundFeedRewardPoolResponse) Unmarshal(dAtA []byte) error + func (m *MsgFundFeedRewardPoolResponse) XXX_DiscardUnknown() + func (m *MsgFundFeedRewardPoolResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgFundFeedRewardPoolResponse) XXX_Merge(src proto.Message) + func (m *MsgFundFeedRewardPoolResponse) XXX_Size() int + func (m *MsgFundFeedRewardPoolResponse) XXX_Unmarshal(b []byte) error + type MsgServer interface + AcceptPayeeship func(context.Context, *MsgAcceptPayeeship) (*MsgAcceptPayeeshipResponse, error) + CreateFeed func(context.Context, *MsgCreateFeed) (*MsgCreateFeedResponse, error) + FundFeedRewardPool func(context.Context, *MsgFundFeedRewardPool) (*MsgFundFeedRewardPoolResponse, error) + SetPayees func(context.Context, *MsgSetPayees) (*MsgSetPayeesResponse, error) + TransferPayeeship func(context.Context, *MsgTransferPayeeship) (*MsgTransferPayeeshipResponse, error) + Transmit func(context.Context, *MsgTransmit) (*MsgTransmitResponse, error) + UpdateFeed func(context.Context, *MsgUpdateFeed) (*MsgUpdateFeedResponse, error) + WithdrawFeedRewardPool func(context.Context, *MsgWithdrawFeedRewardPool) (*MsgWithdrawFeedRewardPoolResponse, error) + type MsgSetPayees struct + FeedId string + Payees []string + Sender string + Transmitters []string + func (*MsgSetPayees) Descriptor() ([]byte, []int) + func (*MsgSetPayees) ProtoMessage() + func (m *MsgSetPayees) Marshal() (dAtA []byte, err error) + func (m *MsgSetPayees) MarshalTo(dAtA []byte) (int, error) + func (m *MsgSetPayees) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgSetPayees) Reset() + func (m *MsgSetPayees) Size() (n int) + func (m *MsgSetPayees) String() string + func (m *MsgSetPayees) Unmarshal(dAtA []byte) error + func (m *MsgSetPayees) XXX_DiscardUnknown() + func (m *MsgSetPayees) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgSetPayees) XXX_Merge(src proto.Message) + func (m *MsgSetPayees) XXX_Size() int + func (m *MsgSetPayees) XXX_Unmarshal(b []byte) error + func (msg *MsgSetPayees) GetSignBytes() []byte + func (msg MsgSetPayees) GetSigners() []sdk.AccAddress + func (msg MsgSetPayees) Route() string + func (msg MsgSetPayees) Type() string + func (msg MsgSetPayees) ValidateBasic() error + type MsgSetPayeesResponse struct + func (*MsgSetPayeesResponse) Descriptor() ([]byte, []int) + func (*MsgSetPayeesResponse) ProtoMessage() + func (m *MsgSetPayeesResponse) Marshal() (dAtA []byte, err error) + func (m *MsgSetPayeesResponse) MarshalTo(dAtA []byte) (int, error) + func (m *MsgSetPayeesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgSetPayeesResponse) Reset() + func (m *MsgSetPayeesResponse) Size() (n int) + func (m *MsgSetPayeesResponse) String() string + func (m *MsgSetPayeesResponse) Unmarshal(dAtA []byte) error + func (m *MsgSetPayeesResponse) XXX_DiscardUnknown() + func (m *MsgSetPayeesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgSetPayeesResponse) XXX_Merge(src proto.Message) + func (m *MsgSetPayeesResponse) XXX_Size() int + func (m *MsgSetPayeesResponse) XXX_Unmarshal(b []byte) error + type MsgTransferPayeeship struct + FeedId string + Proposed string + Sender string + Transmitter string + func (*MsgTransferPayeeship) Descriptor() ([]byte, []int) + func (*MsgTransferPayeeship) ProtoMessage() + func (m *MsgTransferPayeeship) Marshal() (dAtA []byte, err error) + func (m *MsgTransferPayeeship) MarshalTo(dAtA []byte) (int, error) + func (m *MsgTransferPayeeship) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgTransferPayeeship) Reset() + func (m *MsgTransferPayeeship) Size() (n int) + func (m *MsgTransferPayeeship) String() string + func (m *MsgTransferPayeeship) Unmarshal(dAtA []byte) error + func (m *MsgTransferPayeeship) XXX_DiscardUnknown() + func (m *MsgTransferPayeeship) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgTransferPayeeship) XXX_Merge(src proto.Message) + func (m *MsgTransferPayeeship) XXX_Size() int + func (m *MsgTransferPayeeship) XXX_Unmarshal(b []byte) error + func (msg *MsgTransferPayeeship) GetSignBytes() []byte + func (msg MsgTransferPayeeship) GetSigners() []sdk.AccAddress + func (msg MsgTransferPayeeship) Route() string + func (msg MsgTransferPayeeship) Type() string + func (msg MsgTransferPayeeship) ValidateBasic() error + type MsgTransferPayeeshipResponse struct + func (*MsgTransferPayeeshipResponse) Descriptor() ([]byte, []int) + func (*MsgTransferPayeeshipResponse) ProtoMessage() + func (m *MsgTransferPayeeshipResponse) Marshal() (dAtA []byte, err error) + func (m *MsgTransferPayeeshipResponse) MarshalTo(dAtA []byte) (int, error) + func (m *MsgTransferPayeeshipResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgTransferPayeeshipResponse) Reset() + func (m *MsgTransferPayeeshipResponse) Size() (n int) + func (m *MsgTransferPayeeshipResponse) String() string + func (m *MsgTransferPayeeshipResponse) Unmarshal(dAtA []byte) error + func (m *MsgTransferPayeeshipResponse) XXX_DiscardUnknown() + func (m *MsgTransferPayeeshipResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgTransferPayeeshipResponse) XXX_Merge(src proto.Message) + func (m *MsgTransferPayeeshipResponse) XXX_Size() int + func (m *MsgTransferPayeeshipResponse) XXX_Unmarshal(b []byte) error + type MsgTransmit struct + ConfigDigest []byte + Epoch uint64 + ExtraHash []byte + FeedId string + Report *Report + Round uint64 + Signatures [][]byte + Transmitter string + func (*MsgTransmit) Descriptor() ([]byte, []int) + func (*MsgTransmit) ProtoMessage() + func (m *MsgTransmit) Marshal() (dAtA []byte, err error) + func (m *MsgTransmit) MarshalTo(dAtA []byte) (int, error) + func (m *MsgTransmit) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgTransmit) Reset() + func (m *MsgTransmit) Size() (n int) + func (m *MsgTransmit) String() string + func (m *MsgTransmit) Unmarshal(dAtA []byte) error + func (m *MsgTransmit) XXX_DiscardUnknown() + func (m *MsgTransmit) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgTransmit) XXX_Merge(src proto.Message) + func (m *MsgTransmit) XXX_Size() int + func (m *MsgTransmit) XXX_Unmarshal(b []byte) error + func (msg *MsgTransmit) GetSignBytes() []byte + func (msg MsgTransmit) GetSigners() []sdk.AccAddress + func (msg MsgTransmit) Route() string + func (msg MsgTransmit) Type() string + func (msg MsgTransmit) ValidateBasic() error + type MsgTransmitResponse struct + func (*MsgTransmitResponse) Descriptor() ([]byte, []int) + func (*MsgTransmitResponse) ProtoMessage() + func (m *MsgTransmitResponse) Marshal() (dAtA []byte, err error) + func (m *MsgTransmitResponse) MarshalTo(dAtA []byte) (int, error) + func (m *MsgTransmitResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgTransmitResponse) Reset() + func (m *MsgTransmitResponse) Size() (n int) + func (m *MsgTransmitResponse) String() string + func (m *MsgTransmitResponse) Unmarshal(dAtA []byte) error + func (m *MsgTransmitResponse) XXX_DiscardUnknown() + func (m *MsgTransmitResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgTransmitResponse) XXX_Merge(src proto.Message) + func (m *MsgTransmitResponse) XXX_Size() int + func (m *MsgTransmitResponse) XXX_Unmarshal(b []byte) error + type MsgUpdateFeed struct + BillingAdmin string + FeedAdmin string + FeedId string + LinkDenom string + LinkPerObservation *github_com_cosmos_cosmos_sdk_types.Int + LinkPerTransmission *github_com_cosmos_cosmos_sdk_types.Int + Sender string + Signers []string + Transmitters []string + func (*MsgUpdateFeed) Descriptor() ([]byte, []int) + func (*MsgUpdateFeed) ProtoMessage() + func (m *MsgUpdateFeed) Marshal() (dAtA []byte, err error) + func (m *MsgUpdateFeed) MarshalTo(dAtA []byte) (int, error) + func (m *MsgUpdateFeed) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgUpdateFeed) Reset() + func (m *MsgUpdateFeed) Size() (n int) + func (m *MsgUpdateFeed) String() string + func (m *MsgUpdateFeed) Unmarshal(dAtA []byte) error + func (m *MsgUpdateFeed) XXX_DiscardUnknown() + func (m *MsgUpdateFeed) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgUpdateFeed) XXX_Merge(src proto.Message) + func (m *MsgUpdateFeed) XXX_Size() int + func (m *MsgUpdateFeed) XXX_Unmarshal(b []byte) error + func (msg *MsgUpdateFeed) GetSignBytes() []byte + func (msg MsgUpdateFeed) GetSigners() []sdk.AccAddress + func (msg MsgUpdateFeed) Route() string + func (msg MsgUpdateFeed) Type() string + func (msg MsgUpdateFeed) ValidateBasic() error + type MsgUpdateFeedResponse struct + func (*MsgUpdateFeedResponse) Descriptor() ([]byte, []int) + func (*MsgUpdateFeedResponse) ProtoMessage() + func (m *MsgUpdateFeedResponse) Marshal() (dAtA []byte, err error) + func (m *MsgUpdateFeedResponse) MarshalTo(dAtA []byte) (int, error) + func (m *MsgUpdateFeedResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgUpdateFeedResponse) Reset() + func (m *MsgUpdateFeedResponse) Size() (n int) + func (m *MsgUpdateFeedResponse) String() string + func (m *MsgUpdateFeedResponse) Unmarshal(dAtA []byte) error + func (m *MsgUpdateFeedResponse) XXX_DiscardUnknown() + func (m *MsgUpdateFeedResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgUpdateFeedResponse) XXX_Merge(src proto.Message) + func (m *MsgUpdateFeedResponse) XXX_Size() int + func (m *MsgUpdateFeedResponse) XXX_Unmarshal(b []byte) error + type MsgWithdrawFeedRewardPool struct + Amount types.Coin + FeedId string + Sender string + func (*MsgWithdrawFeedRewardPool) Descriptor() ([]byte, []int) + func (*MsgWithdrawFeedRewardPool) ProtoMessage() + func (m *MsgWithdrawFeedRewardPool) Marshal() (dAtA []byte, err error) + func (m *MsgWithdrawFeedRewardPool) MarshalTo(dAtA []byte) (int, error) + func (m *MsgWithdrawFeedRewardPool) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgWithdrawFeedRewardPool) Reset() + func (m *MsgWithdrawFeedRewardPool) Size() (n int) + func (m *MsgWithdrawFeedRewardPool) String() string + func (m *MsgWithdrawFeedRewardPool) Unmarshal(dAtA []byte) error + func (m *MsgWithdrawFeedRewardPool) XXX_DiscardUnknown() + func (m *MsgWithdrawFeedRewardPool) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgWithdrawFeedRewardPool) XXX_Merge(src proto.Message) + func (m *MsgWithdrawFeedRewardPool) XXX_Size() int + func (m *MsgWithdrawFeedRewardPool) XXX_Unmarshal(b []byte) error + func (msg *MsgWithdrawFeedRewardPool) GetSignBytes() []byte + func (msg MsgWithdrawFeedRewardPool) GetSigners() []sdk.AccAddress + func (msg MsgWithdrawFeedRewardPool) Route() string + func (msg MsgWithdrawFeedRewardPool) Type() string + func (msg MsgWithdrawFeedRewardPool) ValidateBasic() error + type MsgWithdrawFeedRewardPoolResponse struct + func (*MsgWithdrawFeedRewardPoolResponse) Descriptor() ([]byte, []int) + func (*MsgWithdrawFeedRewardPoolResponse) ProtoMessage() + func (m *MsgWithdrawFeedRewardPoolResponse) Marshal() (dAtA []byte, err error) + func (m *MsgWithdrawFeedRewardPoolResponse) MarshalTo(dAtA []byte) (int, error) + func (m *MsgWithdrawFeedRewardPoolResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgWithdrawFeedRewardPoolResponse) Reset() + func (m *MsgWithdrawFeedRewardPoolResponse) Size() (n int) + func (m *MsgWithdrawFeedRewardPoolResponse) String() string + func (m *MsgWithdrawFeedRewardPoolResponse) Unmarshal(dAtA []byte) error + func (m *MsgWithdrawFeedRewardPoolResponse) XXX_DiscardUnknown() + func (m *MsgWithdrawFeedRewardPoolResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgWithdrawFeedRewardPoolResponse) XXX_Merge(src proto.Message) + func (m *MsgWithdrawFeedRewardPoolResponse) XXX_Size() int + func (m *MsgWithdrawFeedRewardPoolResponse) XXX_Unmarshal(b []byte) error + type MultiOcrHooks []OcrHooks + func NewMultiOcrHooks(hooks ...OcrHooks) MultiOcrHooks + func (h MultiOcrHooks) AfterFundFeedRewardPool(ctx sdk.Context, feedId string, newPoolAmount sdk.Coin) + func (h MultiOcrHooks) AfterSetFeedConfig(ctx sdk.Context, feedConfig *FeedConfig) + func (h MultiOcrHooks) AfterTransmit(ctx sdk.Context, feedId string, answer sdk.Dec, timestamp int64) + type OcrHooks interface + AfterFundFeedRewardPool func(ctx sdk.Context, feedId string, newPoolAmount sdk.Coin) + AfterSetFeedConfig func(ctx sdk.Context, feedConfig *FeedConfig) + AfterTransmit func(ctx sdk.Context, feedId string, answer sdk.Dec, timestamp int64) + type OracleObservationsCounts struct + Counts []uint32 + func (*OracleObservationsCounts) Descriptor() ([]byte, []int) + func (*OracleObservationsCounts) ProtoMessage() + func (m *OracleObservationsCounts) GetCounts() []uint32 + func (m *OracleObservationsCounts) Marshal() (dAtA []byte, err error) + func (m *OracleObservationsCounts) MarshalTo(dAtA []byte) (int, error) + func (m *OracleObservationsCounts) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *OracleObservationsCounts) Reset() + func (m *OracleObservationsCounts) Size() (n int) + func (m *OracleObservationsCounts) String() string + func (m *OracleObservationsCounts) Unmarshal(dAtA []byte) error + func (m *OracleObservationsCounts) XXX_DiscardUnknown() + func (m *OracleObservationsCounts) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *OracleObservationsCounts) XXX_Merge(src proto.Message) + func (m *OracleObservationsCounts) XXX_Size() int + func (m *OracleObservationsCounts) XXX_Unmarshal(b []byte) error + type ParamSubspace interface + Get func(ctx sdk.Context, key []byte, ptr interface{}) + GetParamSet func(ctx sdk.Context, ps params.ParamSet) + SetParamSet func(ctx sdk.Context, ps params.ParamSet) + WithKeyTable func(table params.KeyTable) params.Subspace + type Params struct + LinkDenom string + ModuleAdmin string + PayoutBlockInterval uint64 + func DefaultParams() Params + func NewParams(linkDenom string, payoutInterval uint64, moduleAdmin sdk.AccAddress) Params + func (*Params) Descriptor() ([]byte, []int) + func (*Params) ProtoMessage() + func (m *Params) GetLinkDenom() string + func (m *Params) GetModuleAdmin() string + func (m *Params) GetPayoutBlockInterval() uint64 + func (m *Params) Marshal() (dAtA []byte, err error) + func (m *Params) MarshalTo(dAtA []byte) (int, error) + func (m *Params) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Params) Reset() + func (m *Params) Size() (n int) + func (m *Params) String() string + func (m *Params) Unmarshal(dAtA []byte) error + func (m *Params) XXX_DiscardUnknown() + func (m *Params) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Params) XXX_Merge(src proto.Message) + func (m *Params) XXX_Size() int + func (m *Params) XXX_Unmarshal(b []byte) error + func (p *Params) ParamSetPairs() paramtypes.ParamSetPairs + func (p Params) Validate() error + func (this *Params) Equal(that interface{}) bool + type Payee struct + PaymentAddr string + TransmitterAddr string + func (*Payee) Descriptor() ([]byte, []int) + func (*Payee) ProtoMessage() + func (m *Payee) GetPaymentAddr() string + func (m *Payee) GetTransmitterAddr() string + func (m *Payee) Marshal() (dAtA []byte, err error) + func (m *Payee) MarshalTo(dAtA []byte) (int, error) + func (m *Payee) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Payee) Reset() + func (m *Payee) Size() (n int) + func (m *Payee) String() string + func (m *Payee) Unmarshal(dAtA []byte) error + func (m *Payee) XXX_DiscardUnknown() + func (m *Payee) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Payee) XXX_Merge(src proto.Message) + func (m *Payee) XXX_Size() int + func (m *Payee) XXX_Unmarshal(b []byte) error + type PendingPayeeship struct + FeedId string + ProposedPayee string + Transmitter string + func (*PendingPayeeship) Descriptor() ([]byte, []int) + func (*PendingPayeeship) ProtoMessage() + func (m *PendingPayeeship) GetFeedId() string + func (m *PendingPayeeship) GetProposedPayee() string + func (m *PendingPayeeship) GetTransmitter() string + func (m *PendingPayeeship) Marshal() (dAtA []byte, err error) + func (m *PendingPayeeship) MarshalTo(dAtA []byte) (int, error) + func (m *PendingPayeeship) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *PendingPayeeship) Reset() + func (m *PendingPayeeship) Size() (n int) + func (m *PendingPayeeship) String() string + func (m *PendingPayeeship) Unmarshal(dAtA []byte) error + func (m *PendingPayeeship) XXX_DiscardUnknown() + func (m *PendingPayeeship) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *PendingPayeeship) XXX_Merge(src proto.Message) + func (m *PendingPayeeship) XXX_Size() int + func (m *PendingPayeeship) XXX_Unmarshal(b []byte) error + type QueryClient interface + FeedConfig func(ctx context.Context, in *QueryFeedConfigRequest, opts ...grpc.CallOption) (*QueryFeedConfigResponse, error) + FeedConfigInfo func(ctx context.Context, in *QueryFeedConfigInfoRequest, opts ...grpc.CallOption) (*QueryFeedConfigInfoResponse, error) + LatestRound func(ctx context.Context, in *QueryLatestRoundRequest, opts ...grpc.CallOption) (*QueryLatestRoundResponse, error) + LatestTransmissionDetails func(ctx context.Context, in *QueryLatestTransmissionDetailsRequest, ...) (*QueryLatestTransmissionDetailsResponse, error) + OcrModuleState func(ctx context.Context, in *QueryModuleStateRequest, opts ...grpc.CallOption) (*QueryModuleStateResponse, error) + OwedAmount func(ctx context.Context, in *QueryOwedAmountRequest, opts ...grpc.CallOption) (*QueryOwedAmountResponse, error) + Params func(ctx context.Context, in *QueryParamsRequest, opts ...grpc.CallOption) (*QueryParamsResponse, error) + func NewQueryClient(cc grpc1.ClientConn) QueryClient + type QueryFeedConfigInfoRequest struct + FeedId string + func (*QueryFeedConfigInfoRequest) Descriptor() ([]byte, []int) + func (*QueryFeedConfigInfoRequest) ProtoMessage() + func (m *QueryFeedConfigInfoRequest) GetFeedId() string + func (m *QueryFeedConfigInfoRequest) Marshal() (dAtA []byte, err error) + func (m *QueryFeedConfigInfoRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryFeedConfigInfoRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryFeedConfigInfoRequest) Reset() + func (m *QueryFeedConfigInfoRequest) Size() (n int) + func (m *QueryFeedConfigInfoRequest) String() string + func (m *QueryFeedConfigInfoRequest) Unmarshal(dAtA []byte) error + func (m *QueryFeedConfigInfoRequest) XXX_DiscardUnknown() + func (m *QueryFeedConfigInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryFeedConfigInfoRequest) XXX_Merge(src proto.Message) + func (m *QueryFeedConfigInfoRequest) XXX_Size() int + func (m *QueryFeedConfigInfoRequest) XXX_Unmarshal(b []byte) error + type QueryFeedConfigInfoResponse struct + EpochAndRound *EpochAndRound + FeedConfigInfo *FeedConfigInfo + func (*QueryFeedConfigInfoResponse) Descriptor() ([]byte, []int) + func (*QueryFeedConfigInfoResponse) ProtoMessage() + func (m *QueryFeedConfigInfoResponse) GetEpochAndRound() *EpochAndRound + func (m *QueryFeedConfigInfoResponse) GetFeedConfigInfo() *FeedConfigInfo + func (m *QueryFeedConfigInfoResponse) Marshal() (dAtA []byte, err error) + func (m *QueryFeedConfigInfoResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryFeedConfigInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryFeedConfigInfoResponse) Reset() + func (m *QueryFeedConfigInfoResponse) Size() (n int) + func (m *QueryFeedConfigInfoResponse) String() string + func (m *QueryFeedConfigInfoResponse) Unmarshal(dAtA []byte) error + func (m *QueryFeedConfigInfoResponse) XXX_DiscardUnknown() + func (m *QueryFeedConfigInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryFeedConfigInfoResponse) XXX_Merge(src proto.Message) + func (m *QueryFeedConfigInfoResponse) XXX_Size() int + func (m *QueryFeedConfigInfoResponse) XXX_Unmarshal(b []byte) error + type QueryFeedConfigRequest struct + FeedId string + func (*QueryFeedConfigRequest) Descriptor() ([]byte, []int) + func (*QueryFeedConfigRequest) ProtoMessage() + func (m *QueryFeedConfigRequest) GetFeedId() string + func (m *QueryFeedConfigRequest) Marshal() (dAtA []byte, err error) + func (m *QueryFeedConfigRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryFeedConfigRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryFeedConfigRequest) Reset() + func (m *QueryFeedConfigRequest) Size() (n int) + func (m *QueryFeedConfigRequest) String() string + func (m *QueryFeedConfigRequest) Unmarshal(dAtA []byte) error + func (m *QueryFeedConfigRequest) XXX_DiscardUnknown() + func (m *QueryFeedConfigRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryFeedConfigRequest) XXX_Merge(src proto.Message) + func (m *QueryFeedConfigRequest) XXX_Size() int + func (m *QueryFeedConfigRequest) XXX_Unmarshal(b []byte) error + type QueryFeedConfigResponse struct + FeedConfig *FeedConfig + FeedConfigInfo *FeedConfigInfo + func (*QueryFeedConfigResponse) Descriptor() ([]byte, []int) + func (*QueryFeedConfigResponse) ProtoMessage() + func (m *QueryFeedConfigResponse) GetFeedConfig() *FeedConfig + func (m *QueryFeedConfigResponse) GetFeedConfigInfo() *FeedConfigInfo + func (m *QueryFeedConfigResponse) Marshal() (dAtA []byte, err error) + func (m *QueryFeedConfigResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryFeedConfigResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryFeedConfigResponse) Reset() + func (m *QueryFeedConfigResponse) Size() (n int) + func (m *QueryFeedConfigResponse) String() string + func (m *QueryFeedConfigResponse) Unmarshal(dAtA []byte) error + func (m *QueryFeedConfigResponse) XXX_DiscardUnknown() + func (m *QueryFeedConfigResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryFeedConfigResponse) XXX_Merge(src proto.Message) + func (m *QueryFeedConfigResponse) XXX_Size() int + func (m *QueryFeedConfigResponse) XXX_Unmarshal(b []byte) error + type QueryLatestRoundRequest struct + FeedId string + func (*QueryLatestRoundRequest) Descriptor() ([]byte, []int) + func (*QueryLatestRoundRequest) ProtoMessage() + func (m *QueryLatestRoundRequest) GetFeedId() string + func (m *QueryLatestRoundRequest) Marshal() (dAtA []byte, err error) + func (m *QueryLatestRoundRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryLatestRoundRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryLatestRoundRequest) Reset() + func (m *QueryLatestRoundRequest) Size() (n int) + func (m *QueryLatestRoundRequest) String() string + func (m *QueryLatestRoundRequest) Unmarshal(dAtA []byte) error + func (m *QueryLatestRoundRequest) XXX_DiscardUnknown() + func (m *QueryLatestRoundRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryLatestRoundRequest) XXX_Merge(src proto.Message) + func (m *QueryLatestRoundRequest) XXX_Size() int + func (m *QueryLatestRoundRequest) XXX_Unmarshal(b []byte) error + type QueryLatestRoundResponse struct + Data *Transmission + LatestRoundId uint64 + func (*QueryLatestRoundResponse) Descriptor() ([]byte, []int) + func (*QueryLatestRoundResponse) ProtoMessage() + func (m *QueryLatestRoundResponse) GetData() *Transmission + func (m *QueryLatestRoundResponse) GetLatestRoundId() uint64 + func (m *QueryLatestRoundResponse) Marshal() (dAtA []byte, err error) + func (m *QueryLatestRoundResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryLatestRoundResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryLatestRoundResponse) Reset() + func (m *QueryLatestRoundResponse) Size() (n int) + func (m *QueryLatestRoundResponse) String() string + func (m *QueryLatestRoundResponse) Unmarshal(dAtA []byte) error + func (m *QueryLatestRoundResponse) XXX_DiscardUnknown() + func (m *QueryLatestRoundResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryLatestRoundResponse) XXX_Merge(src proto.Message) + func (m *QueryLatestRoundResponse) XXX_Size() int + func (m *QueryLatestRoundResponse) XXX_Unmarshal(b []byte) error + type QueryLatestTransmissionDetailsRequest struct + FeedId string + func (*QueryLatestTransmissionDetailsRequest) Descriptor() ([]byte, []int) + func (*QueryLatestTransmissionDetailsRequest) ProtoMessage() + func (m *QueryLatestTransmissionDetailsRequest) GetFeedId() string + func (m *QueryLatestTransmissionDetailsRequest) Marshal() (dAtA []byte, err error) + func (m *QueryLatestTransmissionDetailsRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryLatestTransmissionDetailsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryLatestTransmissionDetailsRequest) Reset() + func (m *QueryLatestTransmissionDetailsRequest) Size() (n int) + func (m *QueryLatestTransmissionDetailsRequest) String() string + func (m *QueryLatestTransmissionDetailsRequest) Unmarshal(dAtA []byte) error + func (m *QueryLatestTransmissionDetailsRequest) XXX_DiscardUnknown() + func (m *QueryLatestTransmissionDetailsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryLatestTransmissionDetailsRequest) XXX_Merge(src proto.Message) + func (m *QueryLatestTransmissionDetailsRequest) XXX_Size() int + func (m *QueryLatestTransmissionDetailsRequest) XXX_Unmarshal(b []byte) error + type QueryLatestTransmissionDetailsResponse struct + ConfigDigest []byte + Data *Transmission + EpochAndRound *EpochAndRound + func (*QueryLatestTransmissionDetailsResponse) Descriptor() ([]byte, []int) + func (*QueryLatestTransmissionDetailsResponse) ProtoMessage() + func (m *QueryLatestTransmissionDetailsResponse) GetConfigDigest() []byte + func (m *QueryLatestTransmissionDetailsResponse) GetData() *Transmission + func (m *QueryLatestTransmissionDetailsResponse) GetEpochAndRound() *EpochAndRound + func (m *QueryLatestTransmissionDetailsResponse) Marshal() (dAtA []byte, err error) + func (m *QueryLatestTransmissionDetailsResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryLatestTransmissionDetailsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryLatestTransmissionDetailsResponse) Reset() + func (m *QueryLatestTransmissionDetailsResponse) Size() (n int) + func (m *QueryLatestTransmissionDetailsResponse) String() string + func (m *QueryLatestTransmissionDetailsResponse) Unmarshal(dAtA []byte) error + func (m *QueryLatestTransmissionDetailsResponse) XXX_DiscardUnknown() + func (m *QueryLatestTransmissionDetailsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryLatestTransmissionDetailsResponse) XXX_Merge(src proto.Message) + func (m *QueryLatestTransmissionDetailsResponse) XXX_Size() int + func (m *QueryLatestTransmissionDetailsResponse) XXX_Unmarshal(b []byte) error + type QueryModuleStateRequest struct + func (*QueryModuleStateRequest) Descriptor() ([]byte, []int) + func (*QueryModuleStateRequest) ProtoMessage() + func (m *QueryModuleStateRequest) Marshal() (dAtA []byte, err error) + func (m *QueryModuleStateRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryModuleStateRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryModuleStateRequest) Reset() + func (m *QueryModuleStateRequest) Size() (n int) + func (m *QueryModuleStateRequest) String() string + func (m *QueryModuleStateRequest) Unmarshal(dAtA []byte) error + func (m *QueryModuleStateRequest) XXX_DiscardUnknown() + func (m *QueryModuleStateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryModuleStateRequest) XXX_Merge(src proto.Message) + func (m *QueryModuleStateRequest) XXX_Size() int + func (m *QueryModuleStateRequest) XXX_Unmarshal(b []byte) error + type QueryModuleStateResponse struct + State *GenesisState + func (*QueryModuleStateResponse) Descriptor() ([]byte, []int) + func (*QueryModuleStateResponse) ProtoMessage() + func (m *QueryModuleStateResponse) GetState() *GenesisState + func (m *QueryModuleStateResponse) Marshal() (dAtA []byte, err error) + func (m *QueryModuleStateResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryModuleStateResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryModuleStateResponse) Reset() + func (m *QueryModuleStateResponse) Size() (n int) + func (m *QueryModuleStateResponse) String() string + func (m *QueryModuleStateResponse) Unmarshal(dAtA []byte) error + func (m *QueryModuleStateResponse) XXX_DiscardUnknown() + func (m *QueryModuleStateResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryModuleStateResponse) XXX_Merge(src proto.Message) + func (m *QueryModuleStateResponse) XXX_Size() int + func (m *QueryModuleStateResponse) XXX_Unmarshal(b []byte) error + type QueryOwedAmountRequest struct + Transmitter string + func (*QueryOwedAmountRequest) Descriptor() ([]byte, []int) + func (*QueryOwedAmountRequest) ProtoMessage() + func (m *QueryOwedAmountRequest) GetTransmitter() string + func (m *QueryOwedAmountRequest) Marshal() (dAtA []byte, err error) + func (m *QueryOwedAmountRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryOwedAmountRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryOwedAmountRequest) Reset() + func (m *QueryOwedAmountRequest) Size() (n int) + func (m *QueryOwedAmountRequest) String() string + func (m *QueryOwedAmountRequest) Unmarshal(dAtA []byte) error + func (m *QueryOwedAmountRequest) XXX_DiscardUnknown() + func (m *QueryOwedAmountRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryOwedAmountRequest) XXX_Merge(src proto.Message) + func (m *QueryOwedAmountRequest) XXX_Size() int + func (m *QueryOwedAmountRequest) XXX_Unmarshal(b []byte) error + type QueryOwedAmountResponse struct + Amount types.Coin + func (*QueryOwedAmountResponse) Descriptor() ([]byte, []int) + func (*QueryOwedAmountResponse) ProtoMessage() + func (m *QueryOwedAmountResponse) GetAmount() types.Coin + func (m *QueryOwedAmountResponse) Marshal() (dAtA []byte, err error) + func (m *QueryOwedAmountResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryOwedAmountResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryOwedAmountResponse) Reset() + func (m *QueryOwedAmountResponse) Size() (n int) + func (m *QueryOwedAmountResponse) String() string + func (m *QueryOwedAmountResponse) Unmarshal(dAtA []byte) error + func (m *QueryOwedAmountResponse) XXX_DiscardUnknown() + func (m *QueryOwedAmountResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryOwedAmountResponse) XXX_Merge(src proto.Message) + func (m *QueryOwedAmountResponse) XXX_Size() int + func (m *QueryOwedAmountResponse) XXX_Unmarshal(b []byte) error + type QueryParamsRequest struct + func (*QueryParamsRequest) Descriptor() ([]byte, []int) + func (*QueryParamsRequest) ProtoMessage() + func (m *QueryParamsRequest) Marshal() (dAtA []byte, err error) + func (m *QueryParamsRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryParamsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryParamsRequest) Reset() + func (m *QueryParamsRequest) Size() (n int) + func (m *QueryParamsRequest) String() string + func (m *QueryParamsRequest) Unmarshal(dAtA []byte) error + func (m *QueryParamsRequest) XXX_DiscardUnknown() + func (m *QueryParamsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryParamsRequest) XXX_Merge(src proto.Message) + func (m *QueryParamsRequest) XXX_Size() int + func (m *QueryParamsRequest) XXX_Unmarshal(b []byte) error + type QueryParamsResponse struct + Params Params + func (*QueryParamsResponse) Descriptor() ([]byte, []int) + func (*QueryParamsResponse) ProtoMessage() + func (m *QueryParamsResponse) GetParams() Params + func (m *QueryParamsResponse) Marshal() (dAtA []byte, err error) + func (m *QueryParamsResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryParamsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryParamsResponse) Reset() + func (m *QueryParamsResponse) Size() (n int) + func (m *QueryParamsResponse) String() string + func (m *QueryParamsResponse) Unmarshal(dAtA []byte) error + func (m *QueryParamsResponse) XXX_DiscardUnknown() + func (m *QueryParamsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryParamsResponse) XXX_Merge(src proto.Message) + func (m *QueryParamsResponse) XXX_Size() int + func (m *QueryParamsResponse) XXX_Unmarshal(b []byte) error + type QueryServer interface + FeedConfig func(context.Context, *QueryFeedConfigRequest) (*QueryFeedConfigResponse, error) + FeedConfigInfo func(context.Context, *QueryFeedConfigInfoRequest) (*QueryFeedConfigInfoResponse, error) + LatestRound func(context.Context, *QueryLatestRoundRequest) (*QueryLatestRoundResponse, error) + LatestTransmissionDetails func(context.Context, *QueryLatestTransmissionDetailsRequest) (*QueryLatestTransmissionDetailsResponse, error) + OcrModuleState func(context.Context, *QueryModuleStateRequest) (*QueryModuleStateResponse, error) + OwedAmount func(context.Context, *QueryOwedAmountRequest) (*QueryOwedAmountResponse, error) + Params func(context.Context, *QueryParamsRequest) (*QueryParamsResponse, error) + type Report struct + Observations []github_com_cosmos_cosmos_sdk_types.Dec + ObservationsTimestamp int64 + Observers []byte + func (*Report) Descriptor() ([]byte, []int) + func (*Report) ProtoMessage() + func (m *Report) GetObservationsTimestamp() int64 + func (m *Report) GetObservers() []byte + func (m *Report) Marshal() (dAtA []byte, err error) + func (m *Report) MarshalTo(dAtA []byte) (int, error) + func (m *Report) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Report) Reset() + func (m *Report) Size() (n int) + func (m *Report) String() string + func (m *Report) Unmarshal(dAtA []byte) error + func (m *Report) XXX_DiscardUnknown() + func (m *Report) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Report) XXX_Merge(src proto.Message) + func (m *Report) XXX_Size() int + func (m *Report) XXX_Unmarshal(b []byte) error + type ReportToSign struct + ConfigDigest []byte + Epoch uint64 + ExtraHash []byte + Report []byte + Round uint64 + func ReportFromBytes(buf []byte) (*ReportToSign, error) + func (*ReportToSign) Descriptor() ([]byte, []int) + func (*ReportToSign) ProtoMessage() + func (m *ReportToSign) GetConfigDigest() []byte + func (m *ReportToSign) GetEpoch() uint64 + func (m *ReportToSign) GetExtraHash() []byte + func (m *ReportToSign) GetReport() []byte + func (m *ReportToSign) GetRound() uint64 + func (m *ReportToSign) Marshal() (dAtA []byte, err error) + func (m *ReportToSign) MarshalTo(dAtA []byte) (int, error) + func (m *ReportToSign) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ReportToSign) Reset() + func (m *ReportToSign) Size() (n int) + func (m *ReportToSign) String() string + func (m *ReportToSign) Unmarshal(dAtA []byte) error + func (m *ReportToSign) XXX_DiscardUnknown() + func (m *ReportToSign) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ReportToSign) XXX_Merge(src proto.Message) + func (m *ReportToSign) XXX_Size() int + func (m *ReportToSign) XXX_Unmarshal(b []byte) error + func (r *ReportToSign) Bytes() []byte + func (r *ReportToSign) Digest() []byte + type Reward struct + Addr sdk.AccAddress + Amount sdk.Coin + type RewardPool struct + Amount types.Coin + FeedId string + func (*RewardPool) Descriptor() ([]byte, []int) + func (*RewardPool) ProtoMessage() + func (m *RewardPool) GetAmount() types.Coin + func (m *RewardPool) GetFeedId() string + func (m *RewardPool) Marshal() (dAtA []byte, err error) + func (m *RewardPool) MarshalTo(dAtA []byte) (int, error) + func (m *RewardPool) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *RewardPool) Reset() + func (m *RewardPool) Size() (n int) + func (m *RewardPool) String() string + func (m *RewardPool) Unmarshal(dAtA []byte) error + func (m *RewardPool) XXX_DiscardUnknown() + func (m *RewardPool) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *RewardPool) XXX_Merge(src proto.Message) + func (m *RewardPool) XXX_Size() int + func (m *RewardPool) XXX_Unmarshal(b []byte) error + type SetBatchConfigProposal struct + Description string + FeedProperties []*FeedProperties + LinkDenom string + Signers []string + Title string + Transmitters []string + func (*SetBatchConfigProposal) Descriptor() ([]byte, []int) + func (*SetBatchConfigProposal) ProtoMessage() + func (m *SetBatchConfigProposal) Marshal() (dAtA []byte, err error) + func (m *SetBatchConfigProposal) MarshalTo(dAtA []byte) (int, error) + func (m *SetBatchConfigProposal) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *SetBatchConfigProposal) Reset() + func (m *SetBatchConfigProposal) Size() (n int) + func (m *SetBatchConfigProposal) String() string + func (m *SetBatchConfigProposal) Unmarshal(dAtA []byte) error + func (m *SetBatchConfigProposal) XXX_DiscardUnknown() + func (m *SetBatchConfigProposal) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SetBatchConfigProposal) XXX_Merge(src proto.Message) + func (m *SetBatchConfigProposal) XXX_Size() int + func (m *SetBatchConfigProposal) XXX_Unmarshal(b []byte) error + func (p *SetBatchConfigProposal) GetDescription() string + func (p *SetBatchConfigProposal) GetTitle() string + func (p *SetBatchConfigProposal) ProposalRoute() string + func (p *SetBatchConfigProposal) ProposalType() string + func (p *SetBatchConfigProposal) ValidateBasic() error + type SetConfigProposal struct + Config *FeedConfig + Description string + Title string + func (*SetConfigProposal) Descriptor() ([]byte, []int) + func (*SetConfigProposal) ProtoMessage() + func (m *SetConfigProposal) Marshal() (dAtA []byte, err error) + func (m *SetConfigProposal) MarshalTo(dAtA []byte) (int, error) + func (m *SetConfigProposal) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *SetConfigProposal) Reset() + func (m *SetConfigProposal) Size() (n int) + func (m *SetConfigProposal) String() string + func (m *SetConfigProposal) Unmarshal(dAtA []byte) error + func (m *SetConfigProposal) XXX_DiscardUnknown() + func (m *SetConfigProposal) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SetConfigProposal) XXX_Merge(src proto.Message) + func (m *SetConfigProposal) XXX_Size() int + func (m *SetConfigProposal) XXX_Unmarshal(b []byte) error + func (p *SetConfigProposal) GetDescription() string + func (p *SetConfigProposal) GetTitle() string + func (p *SetConfigProposal) ProposalRoute() string + func (p *SetConfigProposal) ProposalType() string + func (p *SetConfigProposal) ValidateBasic() error + type Transmission struct + Answer github_com_cosmos_cosmos_sdk_types.Dec + ObservationsTimestamp int64 + TransmissionTimestamp int64 + func (*Transmission) Descriptor() ([]byte, []int) + func (*Transmission) ProtoMessage() + func (m *Transmission) GetObservationsTimestamp() int64 + func (m *Transmission) GetTransmissionTimestamp() int64 + func (m *Transmission) Marshal() (dAtA []byte, err error) + func (m *Transmission) MarshalTo(dAtA []byte) (int, error) + func (m *Transmission) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Transmission) Reset() + func (m *Transmission) Size() (n int) + func (m *Transmission) String() string + func (m *Transmission) Unmarshal(dAtA []byte) error + func (m *Transmission) XXX_DiscardUnknown() + func (m *Transmission) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Transmission) XXX_Merge(src proto.Message) + func (m *Transmission) XXX_Size() int + func (m *Transmission) XXX_Unmarshal(b []byte) error + type UnimplementedMsgServer struct + func (*UnimplementedMsgServer) AcceptPayeeship(ctx context.Context, req *MsgAcceptPayeeship) (*MsgAcceptPayeeshipResponse, error) + func (*UnimplementedMsgServer) CreateFeed(ctx context.Context, req *MsgCreateFeed) (*MsgCreateFeedResponse, error) + func (*UnimplementedMsgServer) FundFeedRewardPool(ctx context.Context, req *MsgFundFeedRewardPool) (*MsgFundFeedRewardPoolResponse, error) + func (*UnimplementedMsgServer) SetPayees(ctx context.Context, req *MsgSetPayees) (*MsgSetPayeesResponse, error) + func (*UnimplementedMsgServer) TransferPayeeship(ctx context.Context, req *MsgTransferPayeeship) (*MsgTransferPayeeshipResponse, error) + func (*UnimplementedMsgServer) Transmit(ctx context.Context, req *MsgTransmit) (*MsgTransmitResponse, error) + func (*UnimplementedMsgServer) UpdateFeed(ctx context.Context, req *MsgUpdateFeed) (*MsgUpdateFeedResponse, error) + func (*UnimplementedMsgServer) WithdrawFeedRewardPool(ctx context.Context, req *MsgWithdrawFeedRewardPool) (*MsgWithdrawFeedRewardPoolResponse, error) + type UnimplementedQueryServer struct + func (*UnimplementedQueryServer) FeedConfig(ctx context.Context, req *QueryFeedConfigRequest) (*QueryFeedConfigResponse, error) + func (*UnimplementedQueryServer) FeedConfigInfo(ctx context.Context, req *QueryFeedConfigInfoRequest) (*QueryFeedConfigInfoResponse, error) + func (*UnimplementedQueryServer) LatestRound(ctx context.Context, req *QueryLatestRoundRequest) (*QueryLatestRoundResponse, error) + func (*UnimplementedQueryServer) LatestTransmissionDetails(ctx context.Context, req *QueryLatestTransmissionDetailsRequest) (*QueryLatestTransmissionDetailsResponse, error) + func (*UnimplementedQueryServer) OcrModuleState(ctx context.Context, req *QueryModuleStateRequest) (*QueryModuleStateResponse, error) + func (*UnimplementedQueryServer) OwedAmount(ctx context.Context, req *QueryOwedAmountRequest) (*QueryOwedAmountResponse, error) + func (*UnimplementedQueryServer) Params(ctx context.Context, req *QueryParamsRequest) (*QueryParamsResponse, error)