Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Source ¶
type Source interface {
Params(height int64) (multisigtypes.Params, error)
Group(height int64, account string) (multisigtypes.Group, error)
Proposal(height int64, id uint64) (multisigtypes.Proposal, error)
ProposalAll(height int64) ([]multisigtypes.Proposal, error)
Vote(height int64, proposalId uint64, voter string) (multisigtypes.Vote, error)
}
Click to show internal directories.
Click to hide internal directories.