package
2.1.0+incompatible
Repository: https://github.com/jackallabs/canine-chain.git
Documentation: pkg.go.dev

# README

◀ modules

jklmint

Contents

  1. Concept
  2. Begin-Block
  3. Client

Concept

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.

Begin-Block

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.

Client

There is no client interaction with the jklmint module.

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Package types is a reverse proxy.

# Functions

BeginBlocker mints new tokens for the previous block.
ExportGenesis returns the capability module's exported genesis.
InitGenesis initializes the capability module's state from a provided genesis state.
No description provided by the author
No description provided by the author
NewHandler ...

# Structs

AppModule implements the AppModule interface for the capability module.
AppModuleBasic implements the AppModuleBasic interface for the capability module.