Versions in this module Expand all Collapse all v4 v4.0.0 Jun 26, 2023 Changes in this version + type Source struct + func NewSource(source *remote.Source, govClient govtypesv1.QueryClient, ...) *Source + func (s Source) DepositParams(height int64) (*govtypesv1.DepositParams, error) + func (s Source) Proposal(height int64, id uint64) (govtypesv1beta1.Proposal, error) + func (s Source) ProposalDeposit(height int64, id uint64, depositor string) (*govtypesv1.Deposit, error) + func (s Source) TallyParams(height int64) (*govtypesv1.TallyParams, error) + func (s Source) TallyResult(height int64, proposalID uint64) (*govtypesv1.TallyResult, error) + func (s Source) VotingParams(height int64) (*govtypesv1.VotingParams, error) Other modules containing this package github.com/forbole/bdjuno/v2 github.com/forbole/bdjuno/v3