Documentation ¶
Index ¶
- Constants
- func NewFeegrantCmd() *cobra.Command
- func NewKeysAddCmd() *cobra.Command
- func NewKeysCmd() *cobra.Command
- func NewKeysDeleteCmd() *cobra.Command
- func NewKeysRestoreCmd() *cobra.Command
- func NewKeysShowCmd() *cobra.Command
- func NewSetCelestiaAddrCmd(ac address.Codec) *cobra.Command
- func NewTxCmd(ac address.Codec) *cobra.Command
Constants ¶
const ( FlagFeeGrant = "feegrant" FlagPubKey = "pubkey" FlagAddress = "address" FlagLedger = "ledger" FlagCoinType = "coin-type" )
Variables ¶
This section is empty.
Functions ¶
func NewFeegrantCmd ¶
NewFeegrantCmd returns a CLI command handler for creating a feegrant transaction on Celestia.
func NewKeysAddCmd ¶
NewKeysAddCmd returns a CLI command handler for creating a key for posting blocks to Celestia.
func NewKeysCmd ¶
NewKeysCmd returns a root CLI command handler for all x/tiablob keys commands.
func NewKeysDeleteCmd ¶
NewKeysDeleteCmd returns a CLI command handler for deleting the key for posting blocks to Celestia.
func NewKeysRestoreCmd ¶
NewKeysRestoreCmd returns a CLI command handler for restoring a key for posting blocks to Celestia.
func NewKeysShowCmd ¶
NewKeysShowCmd returns a CLI command handler for showing the key for posting blocks to Celestia.
func NewSetCelestiaAddrCmd ¶
NewSetCelestiaAddrCmd returns a CLI command handler for creating a MsgSetCelestiaAddress transaction.
Types ¶
This section is empty.