Documentation
¶
Index ¶
- func CmdAuthorizedSend() *cobra.Command
- func CmdCancelUpgrade() *cobra.Command
- func CmdCreateValidatorWithPallasKey() *cobra.Command
- func CmdCreateVotingSession() *cobra.Command
- func CmdEndorseRound() *cobra.Command
- func CmdRegisterPallasKey() *cobra.Command
- func CmdRotatePallasKey() *cobra.Command
- func CmdScheduleUpgrade() *cobra.Command
- func CmdSetEndorser() *cobra.Command
- func CmdSubmitTally() *cobra.Command
- func CmdUpdateVoteManagers() *cobra.Command
- func GetTxCmd() *cobra.Command
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CmdAuthorizedSend ¶ added in v0.3.0
CmdAuthorizedSend broadcasts MsgAuthorizedSend. Transfers tokens using the whitelisted MsgAuthorizedSend instead of the blocked bank MsgSend.
func CmdCancelUpgrade ¶ added in v0.5.54
CmdCancelUpgrade broadcasts MsgCancelUpgrade. Callable by any current vote manager.
func CmdCreateValidatorWithPallasKey ¶
CmdCreateValidatorWithPallasKey broadcasts MsgCreateValidatorWithPallasKey. Atomically creates a new validator and registers its Pallas key in the ceremony state, replacing the two-step MsgCreateValidator + MsgRegisterPallasKey flow for post-genesis validators.
func CmdCreateVotingSession ¶
CmdCreateVotingSession broadcasts MsgCreateVotingSession. Callable by any current vote manager. Accepts a JSON file because the message carries a structured proposal list and large binary blobs.
func CmdEndorseRound ¶ added in v0.5.64
CmdEndorseRound broadcasts MsgEndorseRound. Callable by the mapped endorser address.
func CmdRegisterPallasKey ¶
CmdRegisterPallasKey broadcasts MsgRegisterPallasKey. Called by each validator to register their Pallas public key before the EA key deal step.
func CmdRotatePallasKey ¶ added in v0.4.1
CmdRotatePallasKey broadcasts MsgRotatePallasKey. Replaces the validator's registered Pallas public key with a new one.
func CmdScheduleUpgrade ¶ added in v0.5.54
CmdScheduleUpgrade broadcasts MsgScheduleUpgrade. Callable by any current vote manager.
func CmdSetEndorser ¶ added in v0.5.64
CmdSetEndorser broadcasts MsgSetEndorser. Callable by any current vote manager.
func CmdSubmitTally ¶
CmdSubmitTally broadcasts MsgSubmitTally. Called by a vote manager after off-chain tally computation.
func CmdUpdateVoteManagers ¶ added in v0.5.8
CmdUpdateVoteManagers broadcasts MsgUpdateVoteManagers. Atomically replaces the vote-manager set with the given addresses. Callable by any current vote manager (any-of-N).
Types ¶
This section is empty.