Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Group Table GroupTablePrefix byte = 0x0 GroupTableSeqPrefix byte = 0x1 GroupByAdminIndexPrefix byte = 0x2 // Group Member Table GroupMemberTablePrefix byte = 0x10 GroupMemberByGroupIndexPrefix byte = 0x11 GroupMemberByMemberIndexPrefix byte = 0x12 // Group Account Table GroupAccountTablePrefix byte = 0x20 GroupAccountTableSeqPrefix byte = 0x21 GroupAccountByGroupIndexPrefix byte = 0x22 GroupAccountByAdminIndexPrefix byte = 0x23 // Proposal Table ProposalTablePrefix byte = 0x30 ProposalTableSeqPrefix byte = 0x31 ProposalByGroupAccountIndexPrefix byte = 0x32 ProposalByProposerIndexPrefix byte = 0x33 // Vote Table VoteTablePrefix byte = 0x40 VoteByProposalIndexPrefix byte = 0x41 VoteByVoterIndexPrefix byte = 0x42 )
Variables ¶
This section is empty.
Functions ¶
func RegisterServices ¶
func RegisterServices(configurator servermodule.Configurator, accountKeeper exported.AccountKeeper, bankKeeper exported.BankKeeper)
Types ¶
This section is empty.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.