Documentation ¶
Index ¶
- func GetTxCmd() *cobra.Command
- func GetTxCmdActivate() *cobra.Command
- func GetTxCmdCreateIBCTunnel() *cobra.Command
- func GetTxCmdCreateTSSTunnel() *cobra.Command
- func GetTxCmdCreateTunnel() *cobra.Command
- func GetTxCmdDeactivate() *cobra.Command
- func GetTxCmdDepositToTunnel() *cobra.Command
- func GetTxCmdTriggerTunnel() *cobra.Command
- func GetTxCmdUpdateIBCRoute() *cobra.Command
- func GetTxCmdUpdateRoute() *cobra.Command
- func GetTxCmdUpdateSignalsAndInterval() *cobra.Command
- func GetTxCmdWithdrawFromTunnel() *cobra.Command
- type SignalDeviation
- type SignalDeviations
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetTxCmdActivate ¶
func GetTxCmdCreateIBCTunnel ¶
func GetTxCmdCreateTSSTunnel ¶
func GetTxCmdCreateTunnel ¶
func GetTxCmdDeactivate ¶
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.