package
1.9.0
Repository: https://github.com/irisnet/irismod.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
DefaultGenesisState returns the default genesis state for testing.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Modified returns true if the given target string is modified False otherwise.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
RegisterLegacyAminoCodec registers the necessary x/bank interfaces and concrete types on the provided Amino codec.
No description provided by the author
RegisterQueryHandler registers the http handlers for service Query to "mux".
RegisterQueryHandlerClient registers the http handlers for service Query to "mux".
RegisterQueryHandlerFromEndpoint is same as RegisterQueryHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterQueryHandlerServer registers the http handlers for service Query to "mux".
No description provided by the author
ValidateAggregateFunc verifies if the aggregation function is legal.
ValidateCreator verifies if the creator is legal.
ValidateDescription verifies if the description is legal.
ValidateFeedName verifies if the feed name is legal.
ValidateGenesis validates the provided genesis state to ensure the expected invariants holds.
ValidateLatestHistory verifies if the latest history is legal.
ValidateResponseThreshold verifies whether the given threshold is legal.
ValidateServiceFeeCap verifies whether the given service fee cap is legal.
ValidateServiceName verifies whether the service name is legal.
ValidateTimeout verifies whether the given timeout and frequency are legal.

# Constants

oracle module event types.
oracle module event types.
oracle module event types.
oracle module event types.
oracle module event types.
No description provided by the author
oracle module event types.
oracle module event types.
oracle module event types.
oracle module event types.
oracle module event types.
MaxAggregateFuncNameLen defines the the maximum length of the aggregation function name.
MaxDescriptionLen defines the the maximum length of the description.
MaxLatestHistory defines the the maximum number of feed values saved.
module name.
QuerierRoute is the querier route for the oracle store.
QueryFeed.
QueryFeeds.
QueryFeedValue.
RouterKey is the message route for oracle.
StoreKey is the default store key for oracle.
type for MsgCreateFeed.
type for MsgEditFeed.
type for MsgPauseFeed.
type for MsgStartFeed.

# Variables

oracle module sentinel errors.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
oracle module sentinel errors.
oracle module sentinel errors.
oracle module sentinel errors.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
oracle module sentinel errors.
oracle module sentinel errors.
oracle module sentinel errors.
oracle module sentinel errors.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
oracle module sentinel errors.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Feed defines the feed standard.
FeedContext defines the feed context struct.
No description provided by the author
FeedValue defines the feed result standard.
GenesisState defines the oracle module's genesis state.
MsgCreateFeed defines an sdk.Msg type that supports creating a feed.
MsgCreateFeedResponse defines the Msg/CreateFeed response type.
MsgEditFeed defines an sdk.Msg type that supports editing a feed.
MsgEditFeedResponse defines the Msg/EditFeed response type.
MsgPauseFeed defines an sdk.Msg type that supports pausing a feed.
MsgPauseFeedResponse defines the Msg/PauseFeed response type.
MsgPauseFeed defines an sdk.Msg type that supports stating a feed.
MsgStartFeedResponse defines the Msg/StartFeed response type.
QueryFeedParams defines the params to query a feed definition.
QueryFeedRequest is request type for the Query/Feed RPC method.
QueryFeedResponse is response type for the Query/Feed RPC method.
QueryFeedsParams defines the params to query a feed list by state.
QueryFeedsRequest is request type for the Query/Feeds RPC method.
QueryFeedsResponse is response type for the Query/Feeds RPC method.
QueryFeedValueParams defines the params to query a feed result.
QueryFeedValueRequest is request type for the Query/FeedValue RPC method.
QueryFeedValueResponse is response type for the Query/FeedValue RPC method.
UnimplementedMsgServer can be embedded to have forward compatible implementations.
UnimplementedQueryServer can be embedded to have forward compatible implementations.

# Interfaces

No description provided by the author
AuthKeeper defines the expected auth keeper (noalias).
No description provided by the author
MsgClient is the client API for Msg service.
MsgServer is the server API for Msg service.
QueryClient is the client API for Query service.
QueryServer is the server API for Query service.
ServiceKeeper defines the expected service keeper (noalias).

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author