mirror of
https://github.com/0glabs/0g-chain.git
synced 2025-04-04 15:55:23 +00:00
Emits the **total** akava amount for both ukava and akava send/mint/burns. If both akava,ukava are sent (not possible via x/evm nor cosmos messages but still an edge case), then the sum is emitted. No other denoms are emitted by x/precisebank as they will be emitted by the underlying x/bank |
||
|---|---|---|
| .. | ||
| keeper | ||
| testutil | ||
| types | ||
| genesis_test.go | ||
| genesis.go | ||
| module.go | ||
| README.md | ||
x/precisebank
Abstract
This document specifies the precisebank module of Kava.
The precisebank module is responsible for extending the precision of x/bank,
intended to be used for the x/evm. It serves as a wrapper of x/bank to
increase the precision of KAVA from 6 to 18 decimals, while preserving the
behavior of existing x/bank balances.
This module is used only by x/evm where 18 decimal points are expected.