# Structs
AuthRow represents an account auth row inserted into the database.
BalanceRow represents a balance row inserted into the database.
BlockTimeRow represents a row containing the last time a chain received a block.
DelegationRow represents a delegation row inserted into the database.
IBCChannelRow represents an IBC channel row inserted into the database.
IBCClientStateRow represents the state of client as a row inserted into the database.
IBCConnectionRow represents an IBC connection row inserted into the database.
IBCDenomTraceRow represents an IBC denom trace row inserted into the database.
PoolRow represents a liquidity pool data inserted into the database.
No description provided by the author
No description provided by the author
SwapRow represents a liquidity swap action, inserted into the database.
TracelistenerDatabaseRow contains a list of all the fields each database row must contain in order to be inserted correctly.
No description provided by the author
No description provided by the author
ValidatorRow represents the state of a validator as a row inserted into the database.
# Interfaces
DatabaseEntrier is implemented by each object that wants to be inserted in a database.
# Type aliases
No description provided by the author
No description provided by the author