Documentation
¶
Index ¶
- func GetTxCmd() *cobra.Command
- func GetTxCmdActivateTunnel() *cobra.Command
- func GetTxCmdCreateAxelarTunnel() *cobra.Command
- func GetTxCmdCreateIBCHookTunnel() *cobra.Command
- func GetTxCmdCreateIBCTunnel() *cobra.Command
- func GetTxCmdCreateRouterTunnel() *cobra.Command
- func GetTxCmdCreateTSSTunnel() *cobra.Command
- func GetTxCmdCreateTunnel() *cobra.Command
- func GetTxCmdDeactivateTunnel() *cobra.Command
- func GetTxCmdDepositToTunnel() *cobra.Command
- func GetTxCmdTriggerTunnel() *cobra.Command
- func GetTxCmdUpdateAxelarRoute() *cobra.Command
- func GetTxCmdUpdateIBCHookRoute() *cobra.Command
- func GetTxCmdUpdateIBCRoute() *cobra.Command
- func GetTxCmdUpdateRoute() *cobra.Command
- func GetTxCmdUpdateRouterRoute() *cobra.Command
- func GetTxCmdUpdateSignalsAndInterval() *cobra.Command
- func GetTxCmdWithdrawFeePayerFunds() *cobra.Command
- func GetTxCmdWithdrawFromTunnel() *cobra.Command
- type SignalDeviation
- type SignalDeviations
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetTxCmdActivateTunnel ¶
func GetTxCmdCreateIBCTunnel ¶
func GetTxCmdCreateTSSTunnel ¶
func GetTxCmdCreateTunnel ¶
func GetTxCmdDepositToTunnel ¶
func GetTxCmdTriggerTunnel ¶
func GetTxCmdUpdateIBCRoute ¶
func GetTxCmdUpdateRoute ¶
Types ¶
type SignalDeviation ¶
type SignalDeviation struct {
SignalID string `json:"signal_id"`
DeviationBPS uint64 `json:"deviation_bps"`
}
SignalDeviation represents the signal information without soft deviation, which may be utilized in the future for deviation adjustments
type SignalDeviations ¶
type SignalDeviations struct {
SignalDeviations []SignalDeviation `json:"signal_deviations"`
}
SignalDeviations represents the signal deviation in the file
func (SignalDeviations) ToSignalDeviations ¶
func (ss SignalDeviations) ToSignalDeviations() []types.SignalDeviation
ToSignalDeviations converts signal information to types.SignalDeviation, excluding soft deviation. Note: Soft deviation may be utilized in the future when deviation adjustments are needed.
Click to show internal directories.
Click to hide internal directories.