Documentation ¶
Index ¶
- Constants
- Variables
- func CmdAccountInfo() *cobra.Command
- func CmdBulkStakeProvider() *cobra.Command
- func CmdEffectivePolicy() *cobra.Command
- func CmdFreeze() *cobra.Command
- func CmdGetPairing() *cobra.Command
- func CmdListEpochPayments() *cobra.Command
- func CmdListProviderPaymentStorage() *cobra.Command
- func CmdListUniquePaymentStorageClientProvider() *cobra.Command
- func CmdModifyProvider() *cobra.Command
- func CmdProviders() *cobra.Command
- func CmdQueryParams() *cobra.Command
- func CmdRelayPayment() *cobra.Command
- func CmdSdkPairing() *cobra.Command
- func CmdShowEpochPayments() *cobra.Command
- func CmdShowProviderPaymentStorage() *cobra.Command
- func CmdShowUniquePaymentStorageClientProvider() *cobra.Command
- func CmdSimulateRelayPayment() *cobra.Command
- func CmdStakeProvider() *cobra.Command
- func CmdStaticProvidersList() *cobra.Command
- func CmdUnfreeze() *cobra.Command
- func CmdUnstakeProvider() *cobra.Command
- func CmdUserMaxCu() *cobra.Command
- func CmdVerifyPairing() *cobra.Command
- func GetQueryCmd(queryRoute string) *cobra.Command
- func GetTxCmd() *cobra.Command
- func HandleEndpointsAndGeolocationArgs(endpArg []string, geoArg string) (endp []epochstoragetypes.Endpoint, geo int32, err error)
- func NewSubmitUnstakeProposalTxCmd() *cobra.Command
Constants ¶
View Source
const ( AmountFlagName = "amount" EndpointsFlagName = "endpoints" GeolocationFlag = "geolocation" )
View Source
const ( QoSValuesFlag = "qos-values" CuAmountFlag = "cu-amount" EpochFlag = "epoch" RelayNumFlag = "relay-num" )
View Source
const (
BULK_ARG_COUNT = 4
)
View Source
const (
ShowFrozenProvidersFlagName = "show-frozen-providers"
)
Variables ¶
Functions ¶
func CmdAccountInfo ¶
func CmdBulkStakeProvider ¶
func CmdEffectivePolicy ¶
func CmdGetPairing ¶
func CmdListEpochPayments ¶
func CmdModifyProvider ¶
func CmdProviders ¶
func CmdQueryParams ¶
func CmdRelayPayment ¶
func CmdSdkPairing ¶
func CmdShowEpochPayments ¶
func CmdSimulateRelayPayment ¶
func CmdStakeProvider ¶
func CmdStaticProvidersList ¶
func CmdUnfreeze ¶
func CmdUnstakeProvider ¶
func CmdUserMaxCu ¶
func CmdVerifyPairing ¶
func GetQueryCmd ¶
GetQueryCmd returns the cli query commands for this module
func NewSubmitUnstakeProposalTxCmd ¶
NewSubmitUnstakeProposalTxCmd returns a CLI command handler for creating an unstake proposal governance transaction.
Types ¶
This section is empty.
Source Files ¶
- query.go
- query_account_info.go
- query_effective_policy.go
- query_epoch_payments.go
- query_get_pairing.go
- query_params.go
- query_provider_payment_storage.go
- query_providers.go
- query_sdk_pairing.go
- query_static_providers_list.go
- query_unique_payment_storage_client_provider.go
- query_user_entry.go
- query_verify_pairing.go
- tx.go
- tx_freeze.go
- tx_modify_provider.go
- tx_relay_payment.go
- tx_simulate_relay_payment.go
- tx_stake_provider.go
- tx_unfreeze.go
- tx_unstake_provider.go
Click to show internal directories.
Click to hide internal directories.