Documentation ¶
Index ¶
- func GetAuthorityExpiryQueue() *cobra.Command
- func GetCmdAssociateBond() *cobra.Command
- func GetCmdBalance() *cobra.Command
- func GetCmdDeleteName() *cobra.Command
- func GetCmdDissociateBond() *cobra.Command
- func GetCmdDissociateRecords() *cobra.Command
- func GetCmdGetResource() *cobra.Command
- func GetCmdList() *cobra.Command
- func GetCmdLookupCRN() *cobra.Command
- func GetCmdNames() *cobra.Command
- func GetCmdQueryByBond() *cobra.Command
- func GetCmdReAssociateRecords() *cobra.Command
- func GetCmdRenewRecord() *cobra.Command
- func GetCmdReserveName() *cobra.Command
- func GetCmdResolve() *cobra.Command
- func GetCmdSetAuthorityBond() *cobra.Command
- func GetCmdSetName() *cobra.Command
- func GetCmdSetRecord() *cobra.Command
- func GetCmdWhoIs() *cobra.Command
- func GetPayloadFromFile(filePath string) (*types.PayloadType, error)
- func GetQueryCmd() *cobra.Command
- func GetQueryParamsCmd() *cobra.Command
- func GetRecordExpiryQueue() *cobra.Command
- func NewTxCmd() *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 GetCmdDeleteName ¶
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 GetCmdLookupCRN ¶
GetCmdLookupCRN queries naming info for a CRN.
func GetCmdQueryByBond ¶
GetCmdQueryByBond queries records by bond ID.
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 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 GetPayloadFromFile ¶
func GetPayloadFromFile(filePath string) (*types.PayloadType, error)
GetPayloadFromFile Load payload object from YAML file.
func GetQueryCmd ¶
GetQueryCmd returns the cli query commands for this module
func GetQueryParamsCmd ¶
GetQueryParamsCmd implements the params query command.
func GetRecordExpiryQueue ¶
GetRecordExpiryQueue gets the record expiry queue.
Types ¶
This section is empty.