Get desktop application:
View/edit binary Protocol Buffers messages
Query defines the gRPC querier service for precisebank module
TotalFractionalBalances returns the total sum of all fractional balances managed by the precisebank module.
QueryTotalFractionalBalancesRequest defines the request type for Query/TotalFractionalBalances method.
(message has no fields)
QueryTotalFractionalBalancesResponse defines the response type for Query/TotalFractionalBalances method.
total is the total sum of all fractional balances managed by the precisebank module.
Remainder returns the amount backed by the reserve, but not yet owned by any account, i.e. not in circulation.
QueryRemainderRequest defines the request type for Query/Remainder method.
(message has no fields)
QueryRemainderResponse defines the response type for Query/Remainder method.
remainder is the amount backed by the reserve, but not yet owned by any account, i.e. not in circulation.
FractionalBalance returns only the fractional balance of an address. This does not include any integer balance.
QueryFractionalBalanceRequest defines the request type for Query/FractionalBalance method.
address is the account address to query fractional balance for.
QueryFractionalBalanceResponse defines the response type for Query/FractionalBalance method.
fractional_balance is the fractional balance of the address.
FractionalBalance defines the fractional portion of an account balance
Used in:
address is the address of the balance holder.
amount indicates amount of only the fractional balance owned by the address. FractionalBalance currently only supports tracking 1 single asset, e.g. fractional balances of ukava.
GenesisState defines the precisebank module's genesis state.
balances is a list of all the balances in the precisebank module.
remainder is an internal value of how much extra fractional digits are still backed by the reserve, but not assigned to any account.