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.

Contents

  1. State
  2. Keepers
  3. Messages
  4. Tags
  5. Parameters
Last Updated: 5/25/2019, 12:18:07 AM