* Add staking params to spec * Update format * Add slashing params * Update staking params * Add minting params doc * Add gov params doc * Add distr params doc * Add crisis params doc * Add bank params doc * Add auth params doc * Update SPEC-SPEC |
||
---|---|---|
.. | ||
01_state.md | ||
02_keepers.md | ||
03_messages.md | ||
04_tags.md | ||
05_params.md | ||
README.md |
README.md
Bank module specification
Abstract
This document specifies the bank module of the Cosmos SDK.
The bank module is responsible for handling multi-asset coin transfers between accounts and tracking special-case pseudo-transfers which must work differently with particular kinds of accounts (notably delegating/undelegating for vesting accounts). It exposes several interfaces with varying capabilities for secure interaction with other modules which must alter user balances.
This module will be used in the Cosmos Hub.