Documentation
¶
Index ¶
- Variables
- func BuildCreateAdminMsg(creator sdk.Address, entityName, entityType, pubKey string) (sdk.Msg, error)
- func GetCreateAdminTxCmd(cdc *wire.Codec) *cobra.Command
- func GetCreateAssetAccountTxCmd(cdc *wire.Codec) *cobra.Command
- func GetCreateOperatorTxCmd(cdc *wire.Codec) *cobra.Command
- func GetExportPubCmd(cdc *wire.Codec) *cobra.Command
- type Commander
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // VersionCmd prints the program's version to stderr and exits. VersionCmd = &cobra.Command{ Use: "version", Short: "Print clearchain's version", Run: doVersionCmd, } )
Functions ¶
func BuildCreateAdminMsg ¶
func BuildCreateAdminMsg(creator sdk.Address, entityName, entityType, pubKey string) (sdk.Msg, error)
BuildCreateAdminMsg makes a new CreateAdminMsg.
func GetCreateAdminTxCmd ¶
GetCreateAdminTxCmd returns a CreateAdminTxCmd.
func GetCreateAssetAccountTxCmd ¶
GetCreateAssetAccountTxCmd returns a createAssetAccountTxCmd.
func GetCreateOperatorTxCmd ¶
GetCreateOperatorTxCmd returns a createOperatorTxCmd.
Types ¶
Click to show internal directories.
Click to hide internal directories.