# Functions
NewDbCoin builds a DbCoin starting from an SDK Coin.
NewDbCoins build a new DbCoins object starting from an array of coins.
NewDBSignatures returns signatures in string array.
NewGenesisRow allows to create new GenesisRow instance.
NewTokenPriceRow allows to easily create a new NewTokenPriceRow.
NewValidatorCommissionRow allows to build new ValidatorCommissionRow instance.
NewValidatorDescriptionRow allows to build new ValidatorDescriptionRow instance.
NewValidatorStatusRow builds a new ValidatorStatusRow.
No description provided by the author
No description provided by the author
# Structs
BlockRow represents a single block row stored inside the database.
DbCoin represents the information stored inside the database about a single coin.
GenesisRow represents a single genesis row stored inside the database.
TokenPriceRow represent a row of the table token_price in the database.
TokenUnitRow represents a single token row stored inside the database.
TokenUnitRow represents a single token unit row stored inside the database.
ValidatorCommissionRow represents a single row of the validator_commission database table.
ValidatorDescriptionRow represent a single row in validator_description database table.
ValidatorStatusRow represents a single row of the validator_status table.
# Type aliases
DbCoins represents an array of coins.