Documentation ¶
Index ¶
- Constants
- func AllHoldersCmd() *cobra.Command
- func AllMarkersCmd() *cobra.Command
- func GetCmdActivate() *cobra.Command
- func GetCmdAddAccess() *cobra.Command
- func GetCmdAddFinalizeActivateMarker() *cobra.Command
- func GetCmdAddMarker() *cobra.Command
- func GetCmdBurn() *cobra.Command
- func GetCmdCancel() *cobra.Command
- func GetCmdDelete() *cobra.Command
- func GetCmdDeleteAccess() *cobra.Command
- func GetCmdFeeGrant() *cobra.Command
- func GetCmdFinalize() *cobra.Command
- func GetCmdGrantAuthorization() *cobra.Command
- func GetCmdMarkerProposal() *cobra.Command
- func GetCmdMint() *cobra.Command
- func GetCmdRevokeAuthorization() *cobra.Command
- func GetCmdWithdrawCoins() *cobra.Command
- func GetIbcTransferTxCmd() *cobra.Command
- func GetNewTransferCmd() *cobra.Command
- func GetQueryCmd() *cobra.Command
- func MarkerAccessCmd() *cobra.Command
- func MarkerCmd() *cobra.Command
- func MarkerEscrowCmd() *cobra.Command
- func MarkerSupplyCmd() *cobra.Command
- func NewTxCmd() *cobra.Command
- func ParseAccessGrantFromString(addressPermissionString string) []types.AccessGrant
- func QueryParamsCmd() *cobra.Command
Constants ¶
const ( FlagType = "type" FlagSupplyFixed = "supplyFixed" FlagAllowGovernanceControl = "allowGovernanceControl" FlagTransferLimit = "transfer-limit" FlagExpiration = "expiration" FlagPeriod = "period" FlagPeriodLimit = "period-limit" FlagSpendLimit = "spend-limit" FlagAllowList = "allow-list" FlagAllowedMsgs = "allowed-messages" FlagPacketTimeoutHeight = "packet-timeout-height" FlagPacketTimeoutTimestamp = "packet-timeout-timestamp" FlagAbsoluteTimeouts = "absolute-timeouts" FlagMemo = "memo" )
Variables ¶
This section is empty.
Functions ¶
func AllHoldersCmd ¶
AllHoldersCmd is the CLI command for listing all marker module registrations.
func AllMarkersCmd ¶
AllMarkersCmd is the CLI command for listing all marker module registrations.
func GetCmdActivate ¶
GetCmdActivate implements the activate marker command.
func GetCmdAddAccess ¶
GetCmdAddAccess implements the delegate access to a marker command.
func GetCmdAddFinalizeActivateMarker ¶ added in v1.14.0
GetCmdAddFinalizeActivateMarker implements the add finalize activate marker command
func GetCmdAddMarker ¶
GetCmdAddMarker implements the create marker command
func GetCmdBurn ¶
GetCmdBurn implements the burn coin supply from marker command.
func GetCmdCancel ¶
GetCmdCancel implements the cancel marker command.
func GetCmdDelete ¶
GetCmdDelete implements the destroy marker command.
func GetCmdDeleteAccess ¶
GetCmdDeleteAccess implements the revoke administrative access for a marker command.
func GetCmdFeeGrant ¶ added in v1.11.0
GetCmdFeeGrant returns a CLI command handler for creating a MsgGrantAllowance transaction.
func GetCmdFinalize ¶
GetCmdFinalize implements the finalize marker command.
func GetCmdGrantAuthorization ¶ added in v1.7.0
func GetCmdMarkerProposal ¶ added in v1.7.0
GetCmdMarkerProposal returns a cmd for creating/submitting marker governance proposals
func GetCmdMint ¶
GetCmdMint implements the mint additional supply for marker command.
func GetCmdRevokeAuthorization ¶ added in v1.7.0
func GetCmdWithdrawCoins ¶
GetCmdWithdrawCoins implements the withdraw coins from escrow command.
func GetIbcTransferTxCmd ¶ added in v1.13.0
TODO: refactor usage comments to be provenance specific GetIbcTransferTxCmd returns the command to create a GetIbcTransferTxCmd transaction
func GetNewTransferCmd ¶ added in v1.5.0
Transfer handles a message to send coins from one account to another
func GetQueryCmd ¶
GetQueryCmd returns the top-level command for marker CLI queries.
func MarkerAccessCmd ¶
MarkerAccessCmd is the CLI command for querying marker access list.
func MarkerEscrowCmd ¶
MarkerEscrowCmd is the CLI command for querying marker module registrations.
func MarkerSupplyCmd ¶
MarkerSupplyCmd is the CLI command for querying marker module registrations.
func ParseAccessGrantFromString ¶ added in v1.14.0
func ParseAccessGrantFromString(addressPermissionString string) []types.AccessGrant
ParseAccessGrantFromString splits string (example address1,perm1,perm2...;address2, perm1...) to AccessGrant
func QueryParamsCmd ¶ added in v1.3.0
QueryParamsCmd returns the command handler for marker parameter querying.
Types ¶
This section is empty.