# Functions
DefaultGenesisState returns default genesis state (validation is done on module init).
GetCallKey returns key for storing call objects.
GetCallKeyPrefix returns key prefix for call objects iteration.
GetPrefixQueueKey returns queue of callIDs prefix key (used for iteration).
GetQueueKey return key for storing queue of callIDs.
GetUniqueIDKey returns key for storing callID by call's uniqueID.
GetVotesKey returns key for storing call vote objects.
MustParseQueueKey parses queue storage key.
NewCall creates a new Call object.
NewCallRemovedEvent creates an Event on call removal from the queue (deletion).
NewCallStateChangedEvent creates an Event on call state change (approved, rejected, failed, executed).
NewCallSubmittedEvent creates an Event on call submit (creation).
NewConfirmVoteEvent creates an Event on a new call vote (confirmed by sender).
No description provided by the author
NewMsgConfirmCall creates a new MsgConfirmCall message.
NewMsgRevokeConfirm creates a new MsgRevokeConfirm message.
NewMsgSubmitCall creates a new MsgSubmitCall message.
NewParams creates a new module Params.
NewConfirmVoteEvent creates an Event on a new call vote (revoked by sender).
ParamKeyTable returns Key declaration for parameters storage.
RegisterCodec registers module specific messages.
RegisterMultiSigTypeCodec registers an external multisig message defined in another module for the internal ModuleCdc.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
.
No description provided by the author
No description provided by the author
.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
interval in blocks to execute call.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Default parameters values.
No description provided by the author
Init genesis.
Read calls, handlers.
Add/update calls.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
POA.
Vote errors.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Call errors.
No description provided by the author
Multisig message specific error.
No description provided by the author
No description provided by the author
No description provided by the author
Key for storing last call ID.
No description provided by the author
Parameter store key.
No description provided by the author
# Structs
Call contains multi signature message with some meta.
Client request for call by call uniqueID.
Client request for call by call ID.
Client response for call with votes.
GenesisCallItem stores calls info for genesisState.
GenesisQueueItem stores calls queue info for genesisState.
GenesisState is module's genesis (initial state).
Client response for last call ID.
Client message to confirm an existing call.
Client message to revoke an existing call confirm.
Client message to submit a new call.
Params defines genesis params.