Documentation ¶
Index ¶
- Constants
- func CmdAdjustDelegatedBalance() *cobra.Command
- func CmdConfirmDelegation() *cobra.Command
- func CmdConfirmUnbondedTokensSwept() *cobra.Command
- func CmdConfirmUndelegation() *cobra.Command
- func CmdLiquidStake() *cobra.Command
- func CmdOverwriteRecord() *cobra.Command
- func CmdQueryDelegationRecords() *cobra.Command
- func CmdQueryHostZone() *cobra.Command
- func CmdQueryRedemptionRecord() *cobra.Command
- func CmdQueryRedemptionRecords() *cobra.Command
- func CmdQuerySlashRecords() *cobra.Command
- func CmdQueryUnbondingRecords() *cobra.Command
- func CmdRedeemStake() *cobra.Command
- func CmdRefreshRedemptionRate() *cobra.Command
- func CmdResumeHostZone() *cobra.Command
- func CmdSetOperatorAddress() *cobra.Command
- func CmdUpdateInnerRedemptionRateBounds() *cobra.Command
- func GetQueryCmd() *cobra.Command
- func GetTxCmd() *cobra.Command
Constants ¶
const ( FlagInlcudeArchived = "include-archived" FlagAddress = "address" FlagUnbondingRecordId = "unbonding-record-id" )
const ( ArgIncrease = "increase" ArgDecrease = "decrease" RecordTypeDelegation = "delegation" RecordTypeUnbonding = "unbonding" RecordTypeRedemption = "redemption" )
Variables ¶
This section is empty.
Functions ¶
func CmdAdjustDelegatedBalance ¶
Operator transaction to adjust the delegated balance after a validator was slashed
func CmdConfirmDelegation ¶
Operator transaction to confirm an delegation was submitted on the host chain
func CmdConfirmUnbondedTokensSwept ¶
Operator transaction to confirm unbonded tokens were transferred back to stride
func CmdConfirmUndelegation ¶
Operator transaction to confirm an undelegation was submitted on the host chain
func CmdLiquidStake ¶
User transaction to liquid stake native tokens into stTokens
func CmdQueryDelegationRecords ¶
Queries delegation records with an option to include archive records
func CmdQueryHostZone ¶
CmdQueryHostZone implements a command to query the host zone struct
func CmdQueryRedemptionRecord ¶
Queries a single redemption record
func CmdQueryRedemptionRecords ¶
Queries all redemption records with an optional address filter
func CmdQueryUnbondingRecords ¶
Queries unbonding records with an option to include archive records
func CmdRedeemStake ¶
User transaction to redeem stake stTokens into native tokens
func CmdRefreshRedemptionRate ¶
triggers the redemption rate update
func CmdResumeHostZone ¶
Unhalts the host zone if redemption rates were exceeded
func CmdSetOperatorAddress ¶
triggers the redemption rate update
func CmdUpdateInnerRedemptionRateBounds ¶
Adjusts the inner redemption rate bounds on the host zone
func GetQueryCmd ¶
GetQueryCmd returns the cli query commands for this module.
Types ¶
This section is empty.