The CLI commands for the x/forwarding module allow users to query information and execute transactions.
Queries the list of allowed denominations.
nobled query forwarding denomsQueries the address of a forwarding account based on the specified IBC channel, recipient, and fallback address.
nobled query forwarding address [channel] [recipient] [fallback]
nobled query forwarding address channel-0 cosmos1... noble1...Queries general forwarding statistics across all channels.
nobled query forwarding statsQueries general forwarding statistics for a specific IBC channel.
nobled query forwarding stats [channel]
nobled query forwarding stats channel-0Registers a new forwarding account with the specified recipient address, IBC channel, and fallback address.
nobled tx forwarding register-account [recipient] [channel] [fallback] --from [signer]
nobled tx forwarding register-account cosmos1... channel-0 noble1... --from mywalletClears a forwarding account, sending any remaining packets to the fallback address.
nobled tx forwarding clear-account [address] [fallback] --from [signer]
nobled tx forwarding clear-account noble1... true --from mywalletSets the list of allowed denominations for forwarding within the module.
nobled tx forwarding set-allowed-denoms [denoms] --from [authority]
nobled tx forwarding set-allowed-denoms uatom uusdc --from noble1...