Documentation
¶
Index ¶
- Constants
- func CmdAbortStuckXmsg() *cobra.Command
- func CmdAddAllowedXmsgSender() *cobra.Command
- func CmdAddToInTxTracker() *cobra.Command
- func CmdAddToWatchList() *cobra.Command
- func CmdBlockProof() *cobra.Command
- func CmdGetCrosschainFeeParam() *cobra.Command
- func CmdInTxHashToXmsgData() *cobra.Command
- func CmdInboundTxAdminMaintaince() *cobra.Command
- func CmdLastPellHeight() *cobra.Command
- func CmdListAllowedXmsgSenders() *cobra.Command
- func CmdListCrosschainFeeParams() *cobra.Command
- func CmdListGasPrice() *cobra.Command
- func CmdListInTxHashToXmsg() *cobra.Command
- func CmdListInTxTrackerByChain() *cobra.Command
- func CmdListInTxTrackers() *cobra.Command
- func CmdListLastBlockHeight() *cobra.Command
- func CmdListOutTxTracker() *cobra.Command
- func CmdListPendingXmsgWithinRateLimit() *cobra.Command
- func CmdListSend() *cobra.Command
- func CmdMigrateTssFunds() *cobra.Command
- func CmdPendingXmsg() *cobra.Command
- func CmdRemoveAllowedXmsgSender() *cobra.Command
- func CmdRemoveFromWatchList() *cobra.Command
- func CmdShowGasPrice() *cobra.Command
- func CmdShowInTxHashToXmsg() *cobra.Command
- func CmdShowLastBlockHeight() *cobra.Command
- func CmdShowOutTxTracker() *cobra.Command
- func CmdShowSend() *cobra.Command
- func CmdShowUpdateRateLimiterFlags() *cobra.Command
- func CmdUpdateTss() *cobra.Command
- func CmdUpsertCrosschainFeeParams() *cobra.Command
- func CmdVoteGasPrice() *cobra.Command
- func CmdXmsgInboundVoter() *cobra.Command
- func CmdXmsgOutboundVoter() *cobra.Command
- func GetQueryCmd(_ string) *cobra.Command
- func GetTxCmd() *cobra.Command
Constants ¶
const ( TxStakerDeposited = "staker-deposited" TxStakerDelegated = "staker-delegated" )
const (
FlagTxType = "tx-type"
)
Variables ¶
This section is empty.
Functions ¶
func CmdAbortStuckXmsg ¶
func CmdAddAllowedXmsgSender ¶
CmdTxAddAllowedXmsgSenders creates a CLI command to add allowed xmsg senders. This command adds a list of allowed xmsg senders to the xmsg module.
func CmdAddToInTxTracker ¶
func CmdAddToWatchList ¶
func CmdBlockProof ¶
func CmdGetCrosschainFeeParam ¶
CmdGetCrosschainFeeParam returns the crosschain fee param for a given chain id
func CmdInTxHashToXmsgData ¶
func CmdInboundTxAdminMaintaince ¶
TODO: remove it after next upgrade CmdInboundTxAdminMaintaince is a command to maintain the inbound tx
func CmdLastPellHeight ¶
func CmdListAllowedXmsgSenders ¶
CmdListAllowedXmsgSenders creates a CLI command to list all xmsg builders. This command queries the xmsg module for all registered xmsg builders and returns the result as a formatted proto message.
func CmdListCrosschainFeeParams ¶
CmdGetCrosschainFeeParams returns all crosschain fee params
func CmdListGasPrice ¶
func CmdListInTxHashToXmsg ¶
func CmdListInTxTrackers ¶
func CmdListLastBlockHeight ¶
func CmdListOutTxTracker ¶
func CmdListSend ¶
func CmdMigrateTssFunds ¶
func CmdPendingXmsg ¶
func CmdRemoveAllowedXmsgSender ¶
CmdRemoveAllowedXmsgSender creates a CLI command to remove allowed xmsg sender.
func CmdRemoveFromWatchList ¶
func CmdShowGasPrice ¶
func CmdShowInTxHashToXmsg ¶
func CmdShowLastBlockHeight ¶
func CmdShowOutTxTracker ¶
func CmdShowSend ¶
func CmdUpdateTss ¶
func CmdVoteGasPrice ¶
func CmdXmsgInboundVoter ¶
func CmdXmsgOutboundVoter ¶
func GetQueryCmd ¶
GetQueryCmd returns the cli query commands for this module
Types ¶
This section is empty.
Source Files
¶
- cli_admin_maintaince.go
- cli_gas_price.go
- cli_in_tx_tracker.go
- cli_last_block_height.go
- cli_out_tx_tracker.go
- cli_pell_height.go
- cli_tss.go
- cli_xmsg.go
- cli_xmsg_builder.go
- query.go
- query_allowed_xmsg_sender.go
- query_crosschain_event_fee.go
- query_in_tx_hash_to_xmsg.go
- query_rate_limiter_flags.go
- query_xmsg_block_proof.go
- query_xmsg_rate_limit.go
- tx.go
- tx_upsert_crosschain_event_fee.go