Documentation ¶
Index ¶
- func MakeVoteAndCheckProposal(umeeClient client.Client, resp sdk.TxResponse) error
- func MedianCheck(umee client.Client) error
- func OracleParamChanges(historicStampPeriod uint64, maximumPriceStamps uint64, ...) []proposal.ParamChange
- func SubmitAndPassProposal(umee client.Client, changes []proposal.ParamChange) error
- func UIBCIBCTransferSatusUpdate(umeeClient client.Client, status uibc.IBCTransferStatus) error
- type PriceStore
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MakeVoteAndCheckProposal ¶
func MakeVoteAndCheckProposal(umeeClient client.Client, resp sdk.TxResponse) error
func MedianCheck ¶
MedianCheck waits for availability of all exchange rates from the denom accept list, records historical stamp data based on the oracle params, computes the median/median deviation and then compares that to the data in the median/median deviation gRPC query
func OracleParamChanges ¶
func OracleParamChanges( historicStampPeriod uint64, maximumPriceStamps uint64, medianStampPeriod uint64, ) []proposal.ParamChange
func SubmitAndPassProposal ¶
func SubmitAndPassProposal(umee client.Client, changes []proposal.ParamChange) error
func UIBCIBCTransferSatusUpdate ¶
func UIBCIBCTransferSatusUpdate(umeeClient client.Client, status uibc.IBCTransferStatus) error
Types ¶
type PriceStore ¶
type PriceStore struct {
// contains filtered or unexported fields
}
func NewPriceStore ¶
func NewPriceStore() *PriceStore
Click to show internal directories.
Click to hide internal directories.