Documentation
¶
Index ¶
- func CmdAuthorizedSend() *cobra.Command
- func CmdCreateValidatorWithPallasKey() *cobra.Command
- func CmdCreateVotingSession() *cobra.Command
- func CmdRegisterPallasKey() *cobra.Command
- func CmdRotatePallasKey() *cobra.Command
- func CmdSetVoteManager() *cobra.Command
- func CmdSubmitTally() *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 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. Only callable by the current vote manager. Accepts a JSON file because the message carries a structured proposal list and large binary blobs.
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 CmdSetVoteManager ¶
CmdSetVoteManager broadcasts MsgSetVoteManager. Sets or rotates the vote manager address. Callable by the current vote manager or any bonded validator (first-time bootstrap).
func CmdSubmitTally ¶
CmdSubmitTally broadcasts MsgSubmitTally. Called by the vote manager after off-chain tally computation.
Types ¶
This section is empty.