The Jackal Mint module is a drop-in replacement for the cosmos-sdk module: Mint. The key differences between this and the pre-existing minting module are that jklmint does not adjust inflation based on rate of bonded tokens. The jklmint module prints 10000000ujkl per block and distributes it to both the jklmining module and the default distribution module.
At the start of the block, the module creates 10000000ujkl (10JKL) and it is then sent to the fee collector. This is in contrast to the inflation model that the old mint module used.
There is no client interaction with the jklmint
module.