cli

package
v3.0.0-rc0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 6, 2024 License: GPL-3.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetTxCmd

func GetTxCmd() *cobra.Command

GetTxCmd returns a root CLI command handler for all x/tunnel transaction commands.

func GetTxCmdActivate

func GetTxCmdActivate() *cobra.Command

func GetTxCmdCreateIBCTunnel

func GetTxCmdCreateIBCTunnel() *cobra.Command

func GetTxCmdCreateTSSTunnel

func GetTxCmdCreateTSSTunnel() *cobra.Command

func GetTxCmdCreateTunnel

func GetTxCmdCreateTunnel() *cobra.Command

func GetTxCmdDeactivate

func GetTxCmdDeactivate() *cobra.Command

func GetTxCmdDepositToTunnel

func GetTxCmdDepositToTunnel() *cobra.Command

func GetTxCmdTriggerTunnel

func GetTxCmdTriggerTunnel() *cobra.Command

func GetTxCmdUpdateIBCRoute

func GetTxCmdUpdateIBCRoute() *cobra.Command

func GetTxCmdUpdateRoute

func GetTxCmdUpdateRoute() *cobra.Command

func GetTxCmdUpdateSignalsAndInterval

func GetTxCmdUpdateSignalsAndInterval() *cobra.Command

func GetTxCmdWithdrawFromTunnel

func GetTxCmdWithdrawFromTunnel() *cobra.Command

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL