Documentation ¶
Index ¶
- func GetAuthorityExpiryQueue(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdAssociateBond(cdc *codec.Codec) *cobra.Command
- func GetCmdBalance(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdDeleteName(cdc *codec.Codec) *cobra.Command
- func GetCmdDissociateBond(cdc *codec.Codec) *cobra.Command
- func GetCmdDissociateRecords(cdc *codec.Codec) *cobra.Command
- func GetCmdGetResource(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdList(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdLookupWRN(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdNames(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdQueryByBond(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdQueryParams(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdReassociateRecords(cdc *codec.Codec) *cobra.Command
- func GetCmdRenewRecord(cdc *codec.Codec) *cobra.Command
- func GetCmdReserveName(cdc *codec.Codec) *cobra.Command
- func GetCmdResolve(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdSetAuthorityBond(cdc *codec.Codec) *cobra.Command
- func GetCmdSetName(cdc *codec.Codec) *cobra.Command
- func GetCmdSetRecord(cdc *codec.Codec) *cobra.Command
- func GetCmdWhoIs(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetQueryCmd(storeKey string, cdc *codec.Codec) *cobra.Command
- func GetRecordExpiryQueue(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetTxCmd(storeKey string, cdc *codec.Codec) *cobra.Command
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAuthorityExpiryQueue ¶
GetAuthorityExpiryQueue gets the authority expiry queue.
func GetCmdAssociateBond ¶
GetCmdAssociateBond is the CLI command for associating a record with a bond.
func GetCmdBalance ¶
GetCmdBalance queries the bond module account balance.
func GetCmdDissociateBond ¶
GetCmdDissociateBond is the CLI command for dissociating a record from a bond.
func GetCmdDissociateRecords ¶
GetCmdDissociateRecords is the CLI command for dissociating all records from a bond.
func GetCmdGetResource ¶
GetCmdGetResource queries a record record.
func GetCmdList ¶
GetCmdList queries all records.
func GetCmdLookupWRN ¶
GetCmdLookupWRN queries naming info for a WRN.
func GetCmdNames ¶
GetCmdNames queries all naming records.
func GetCmdQueryByBond ¶
GetCmdQueryByBond queries records by bond ID.
func GetCmdQueryParams ¶
GetCmdQueryParams implements the params query command.
func GetCmdReassociateRecords ¶
GetCmdReassociateRecords is the CLI command for reassociating all records from old to new bond.
func GetCmdRenewRecord ¶
GetCmdRenewRecord is the CLI command for renewing an expired record.
func GetCmdReserveName ¶
GetCmdReserveName is the CLI command for reserving a name.
func GetCmdResolve ¶
GetCmdResolve resolves a WRN to a record.
func GetCmdSetAuthorityBond ¶
GetCmdSetAuthorityBond is the CLI command for associating a bond with an authority.
func GetCmdSetName ¶
GetCmdSetName is the CLI command for mapping a name to a CID.
func GetCmdSetRecord ¶
GetCmdSetRecord is the CLI command for creating/updating a record.
func GetCmdWhoIs ¶
GetCmdWhoIs queries a whois info for a name.
func GetQueryCmd ¶
GetQueryCmd returns query commands.
func GetRecordExpiryQueue ¶
GetRecordExpiryQueue gets the record expiry queue.
Types ¶
This section is empty.