Documentation ¶
Index ¶
- type Source
- func (s Source) Group(height int64, account string) (multisigtypes.Group, error)
- func (s Source) Params(height int64) (multisigtypes.Params, error)
- func (s Source) Proposal(height int64, id uint64) (multisigtypes.Proposal, error)
- func (s Source) ProposalAll(height int64) ([]multisigtypes.Proposal, error)
- func (s Source) Vote(height int64, proposalId uint64, voter string) (multisigtypes.Vote, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Source ¶
Source implements multisigsource.Source using a remote node
func NewSource ¶
func NewSource(source *remote.Source, client multisigtypes.QueryClient) *Source
NewSource returns a new Source implementation
func (Source) Params ¶
func (s Source) Params(height int64) (multisigtypes.Params, error)
Params implements multisigsource.Source
func (Source) ProposalAll ¶
func (s Source) ProposalAll(height int64) ([]multisigtypes.Proposal, error)
ProposalAll implements multisigsource.Source
Click to show internal directories.
Click to hide internal directories.