Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Source ¶
type Source interface { Proposal(height int64, id uint64) (govtypesv1beta1.Proposal, error) ProposalDeposit(height int64, id uint64, depositor string) (*govtypesv1.Deposit, error) TallyResult(height int64, proposalID uint64) (*govtypesv1.TallyResult, error) DepositParams(height int64) (*govtypesv1.DepositParams, error) VotingParams(height int64) (*govtypesv1.VotingParams, error) TallyParams(height int64) (*govtypesv1.TallyParams, error) }
Click to show internal directories.
Click to hide internal directories.