Documentation ¶
Index ¶
- func GetCmdCredentialPolynomial(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdGenerateAndPutBallot(cdc *codec.Codec) *cobra.Command
- func GetCmdGenerateAndPutVoterCredential(cdc *codec.Codec) *cobra.Command
- func GetCmdParameters(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdVerifyBallots(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdVoterCredentials(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetQueryCmd(storeKey string, cdc *codec.Codec) *cobra.Command
- func GetTxCmd(storeKey string, cdc *codec.Codec) *cobra.Command
- func QueryBallots(cliCtx context.CLIContext, cdc *codec.Codec) ([]types.Ballot, error)
- func QueryBulletinBoardParameters(cliCtx context.CLIContext, cdc *codec.Codec) (types.Params, error)
- func QueryCredentialPolynomial(cliCtx context.CLIContext, cdc *codec.Codec) (crypto.Polynomial, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCmdParameters ¶
GetCmdParameters fetches the bulletin board's set of parameters
func GetCmdVerifyBallots ¶
GetCmdVerifyBallots retrieves the list of all ballots and verifies each of them.
func GetCmdVoterCredentials ¶
func QueryBallots ¶
func QueryCredentialPolynomial ¶
func QueryCredentialPolynomial(cliCtx context.CLIContext, cdc *codec.Codec) (crypto.Polynomial, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.