cli

package
v1.13.4 Latest Latest
Warning

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

Go to latest
Published: Apr 25, 2024 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

View Source
const (
	FlagOrder     = "order"
	FlagClaimType = "claim-type"
	FlagNonce     = "nonce"
	FlagEthHeight = "eth-height"
	FlagUseV1Key  = "use-v1-key"
)

Variables

This section is empty.

Functions

func CmdCancelSendToEth added in v1.8.0

func CmdCancelSendToEth() *cobra.Command

CmdCancelSendToEth enables users to take their Transaction out of the pool. Note that this cannot be done if it is locked up in a pending batch or if it has already been executed on Ethereum

func CmdGetAttestations added in v1.8.0

func CmdGetAttestations() *cobra.Command

CmdGetAttestations fetches the most recently created Attestations in the store (only the most recent 1000 are available) up to an optional limit

func CmdGetErc20ToDenoms added in v1.8.0

func CmdGetErc20ToDenoms() *cobra.Command

func CmdGetLastObservedEthBlock added in v1.8.0

func CmdGetLastObservedEthBlock() *cobra.Command

CmdGetLastObservedEthBlock fetches the Ethereum block height for the most recent "observed" Attestation, indicating the state of Cosmos consensus on the submitted Ethereum events nolint: dupl

func CmdGetLastObservedEthNonce added in v1.8.0

func CmdGetLastObservedEthNonce() *cobra.Command

CmdGetLastObservedEthNonce fetches the Ethereum event nonce for the most recent "observed" Attestation, indicating // the state of Cosmos consensus on the submitted Ethereum events nolint: dupl

func CmdGetOutgoingTXBatchRequest added in v1.8.0

func CmdGetOutgoingTXBatchRequest() *cobra.Command

CmdGetOutgoingTXBatchRequest fetches all outgoing tx batches

func CmdGetPendingOutgoingTXBatchRequest added in v1.8.0

func CmdGetPendingOutgoingTXBatchRequest() *cobra.Command

CmdGetPendingOutgoingTXBatchRequest fetches the batch to be confirmed next by the given validator, if any exists

func CmdGetPendingSendToEth added in v1.8.0

func CmdGetPendingSendToEth() *cobra.Command

CmdGetPendingSendToEth fetches all pending Sends to Ethereum made by the given address

func CmdGravityProposalHandler added in v1.8.0

func CmdGravityProposalHandler() *cobra.Command

func CmdSendToEth added in v1.8.0

func CmdSendToEth() *cobra.Command

CmdSendToEth sends tokens to Ethereum. Locks Cosmos-side tokens into the Transaction pool for batching.

func CmdSetErc20ToDenom added in v1.8.0

func CmdSetErc20ToDenom() *cobra.Command

func GetCmdQueryParams added in v1.8.0

func GetCmdQueryParams() *cobra.Command

GetCmdQueryParams fetches the current Gravity module params

func GetQueryCmd

func GetQueryCmd() *cobra.Command

GetQueryCmd bundles all the query subcmds together so they appear under `gravity query` or `gravity q`

func GetTxCmd

func GetTxCmd(storeKey string) *cobra.Command

GetTxCmd bundles all the subcmds together so they appear under `gravity tx`

Types

This section is empty.

Jump to

Keyboard shortcuts

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