package
2.0.2
Repository: https://github.com/forbole/bdjuno.git
Documentation: pkg.go.dev

# Functions

NewAccountRow allows to easily build a new AccountRow.
No description provided by the author
NewCommunityPoolRow allows to easily create a new CommunityPoolRow.
NewConsensusRow allows to build a new ConsensusRow instance.
NewDbCoin builds a DbCoin starting from an SDK Coin.
NewDbCoins build a new DbCoins object starting from an array of coins.
NewDbDecCoin builds a DbDecCoin starting from an SDK Coin.
NewDbDecCoins build a new DbDecCoins object starting from an array of coins.
NewDepositRow allows to easily create a new NewDepositRow.
NewDoubleSignEvidenceRow allows to build a new NewDoubleSignEvidenceRow.
NewDoubleSignVoteRow allows to build a new NewDoubleSignVoteRow.
No description provided by the author
NewInflationRow builds a new InflationRows instance.
NewMintParamsRow builds a new MintParamsRow instance.
NewModuleRows return a new instance of ModuleRows.
NewProposalRow allows to easily create a new ProposalRow.
No description provided by the author
No description provided by the author
NewSlashingParamsRow allows to create a new instance SlashingParamsRow.
NewStakingPoolRow allows to easily create a new StakingPoolRow.
NewSupplyRow allows to easily create a new NewSupplyRow.
NewTallyResultRow return a new TallyResultRow instance.
NewTokenPriceRow allows to easily create a new NewTokenPriceRow.
NewValidatorCommissionRow allows to easily build a new ValidatorCommissionRow instance.
NewValidatorData allows to build a new ValidatorData.
NewValidatorDescriptionRow return a row representing data structure in validator_description.
NewValidatorInfoRow allows to build a new ValidatorInfoRow.
NewValidatorRow returns a new ValidatorRow.
NewValidatorSigningInfoRow allows to build a new ValidatorSigningInfoRow.
NewValidatorStatusRow builds a new ValidatorStatusRow.
NewValidatorVotingPowerRow allows to easily build a new ValidatorVotingPowerRow instance.
NewVoteRow allows to easily create a new VoteRow.
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

AccountRow represents a single row inside the account table.
AverageTimeRow is the average block time each minute/hour/day.
BlockRow represents a single block row stored inside the database.
CommunityPoolRow represents a single row inside the total_supply table.
ConsensusRow represents a single row inside the consensus table.
DbCoin represents the information stored inside the database about a single coin.
DbDecCoin represents the information stored inside the database about a single coin.
DepositRow represents a single row inside the deposit table.
DistributionParamsRow represents a single row inside the distribution_params table.
DoubleSignEvidenceRow represents a single row of the double_sign_evidence table.
DoubleSignVoteRow represents a single row of the double_sign_vote table.
FeeAllowanceRow represents a single row inside the fee_grant_allowance table.
No description provided by the author
GovParamsRow represents a single row of the "gov_params" table.
InflationRow represents a single row inside the inflation table.
MintParamsRow represents a single row inside the mint_params table.
ModuleRow represents a single row inside the modules table.
ProposalRow represents a single row inside the proposal table.
No description provided by the author
No description provided by the author
SlashingParamsRow represents a single row inside the slashing_params table.
StakingParamsRow represents a single row inside the staking_params table.
StakingPoolRow represents a single row inside the staking_pool table.
SupplyRow represents a single row inside the "supply" table.
TallyResultRow represents a single row inside the tally_result table.
TokenPriceRow represent a row of the table token_price in the database.
No description provided by the author
No description provided by the author
ValidatorCommissionRow represents a single row of the validator_commission database table.
ValidatorData contains all the data of a single validator.
ValidatorDescriptionRow represent a row in validator_description.
ValidatorInfoRow represents a single row of the validator_info table.
ValidatorRow represents a single row of the validator table.
ValidatorSigningInfoRow represents a single row of the validator_signing_info table.
ValidatorStatusRow represents a single row of the validator_status table.
ValidatorVotingPowerRow represents a single row of the validator_voting_power database table.
VoteRow represents a single row inside the vote table.

# Type aliases

DbCoins represents an array of coins.
DbDecCoins represents an array of coins.
ModuleRows represent an array of ModulerRow.