Documentation ¶
Index ¶
- Constants
- func CmdCancelSendToRemote() *cobra.Command
- func CmdGetAttestations() *cobra.Command
- func CmdGetErc20ToDenoms() *cobra.Command
- func CmdGetLastObservedEthBlock() *cobra.Command
- func CmdGetLastObservedEthNonce() *cobra.Command
- func CmdGetLastObservedEthNoncesByValAddress() *cobra.Command
- func CmdGetLightNodeSaleContracts() *cobra.Command
- func CmdGetOutgoingTXBatchRequest() *cobra.Command
- func CmdGetPendingOutgoingTXBatchRequest() *cobra.Command
- func CmdGetPendingSendToRemote() *cobra.Command
- func CmdGetQueryBridgeTax() *cobra.Command
- func CmdGetQueryBridgeTransferLimits() *cobra.Command
- func CmdGetQueryParams() *cobra.Command
- func CmdSendToRemote() *cobra.Command
- func CmdSetBridgeTax() *cobra.Command
- func CmdSetBridgeTransferLimit() *cobra.Command
- func CmdSetErc20ToDenom() *cobra.Command
- func CmdSetLightNodeSaleContracts() *cobra.Command
- func CmdSkywayProposalHandler() *cobra.Command
- func GetQueryCmd() *cobra.Command
- func GetTxCmd(storeKey string) *cobra.Command
Constants ¶
const ( FlagOrder = "order" FlagClaimType = "claim-type" FlagNonce = "nonce" FlagEthHeight = "eth-height" )
Variables ¶
This section is empty.
Functions ¶
func CmdCancelSendToRemote ¶
CmdCancelSendToRemote 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 ¶
CmdGetAttestations fetches the most recently created Attestations in the store (only the most recent 1000 are available) up to an optional limit
func CmdGetErc20ToDenoms ¶
func CmdGetLastObservedEthBlock ¶
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 ¶
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 ¶
CmdGetOutgoingTXBatchRequest fetches all outgoing tx batches
func CmdGetPendingOutgoingTXBatchRequest ¶
CmdGetPendingOutgoingTXBatchRequest fetches the batch to be confirmed next by the given validator, if any exists
func CmdGetPendingSendToRemote ¶
CmdGetPendingSendToRemote fetches all pending Sends to Ethereum made by the given address
func CmdGetQueryBridgeTax ¶
CmdGetQueryBridgeTax fetches the current Skyway module bridge tax settings
func CmdGetQueryBridgeTransferLimits ¶
CmdGetQueryBridgeTransferLimits fetches transfer limits for all tokens
func CmdGetQueryParams ¶
CmdGetQueryParams fetches the current Skyway module params
func CmdSendToRemote ¶
CmdSendToRemote sends tokens to Ethereum. Locks Cosmos-side tokens into the Transaction pool for batching.
func CmdSetBridgeTax ¶
func CmdSetErc20ToDenom ¶
func GetQueryCmd ¶
GetQueryCmd bundles all the query subcmds together so they appear under `skyway query` or `skyway q`
Types ¶
This section is empty.