package
1.4.1
Repository: https://github.com/sifchain/sifnode.git
Documentation: pkg.go.dev

# Functions

DefaultGenesisState gets the raw genesis raw message for testing.
GetGenesisStateFromAppState gets the GenesisState from raw message.
NewClaim returns a new Claim.
NewGenesisState creates a new GenesisState instance.
NewProphecy returns a new Prophecy, initialized in pending status with an initial claim.
NewStatus returns a new Status with the given data contained.

# Constants

DefaultConsensusNeeded defines the default consensus value required for a prophecy to be finalized.
ModuleName is the name of the oracle module.
QuerierRoute is the querier route for the oracle module.
RouterKey is the msg router key for the oracle module.
Failed status.
Pending status.
Success status.
Default value.
StoreKey is the string store representation.

# Variables

No description provided by the author
Exported code type numbers.
Exported code type numbers.
No description provided by the author
No description provided by the author
Exported code type numbers.
Exported code type numbers.
No description provided by the author
No description provided by the author
Exported code type numbers.
Exported code type numbers.
Exported code type numbers.
Exported code type numbers.
Exported code type numbers.
Exported code type numbers.
Exported code type numbers.
No description provided by the author
No description provided by the author
Exported code type numbers.
nolint.
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

Claim contains an arbitrary claim with arbitrary content made by a given validator.
DBProphecy is what the prophecy becomes when being saved to the database.
No description provided by the author
Prophecy is a struct that contains all the metadata of an oracle ritual.
Status is a struct that contains the status of a given prophecy.

# Interfaces

StakingKeeper defines the expected staking keeper.

# Type aliases

StatusText is an enum used to represent the status of the prophecy.