cosmos-sdk/x/bank/spec
gamarin2 b18bd06a36 Merge PR #5379: New docs V1 (merge master-docs to master) 2019-12-10 09:29:46 -05:00
..
01_state.md Merge PR #5074: move docs/spec into x/module/spec 2019-09-19 17:42:31 -04:00
02_keepers.md Merge PR #5074: move docs/spec into x/module/spec 2019-09-19 17:42:31 -04:00
03_messages.md Merge PR #5074: move docs/spec into x/module/spec 2019-09-19 17:42:31 -04:00
04_events.md Merge PR #5074: move docs/spec into x/module/spec 2019-09-19 17:42:31 -04:00
05_params.md Merge PR #5074: move docs/spec into x/module/spec 2019-09-19 17:42:31 -04:00
README.md Merge PR #5379: New docs V1 (merge master-docs to master) 2019-12-10 09:29:46 -05:00

README.md

bank

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.

Contents

  1. State
  2. Keepers
  3. Messages
  4. Events
  5. Parameters