Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 380 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 380 Bytes

Tokens Module

Overview

The tokens module provides fungible multi-currencies functionality that implements MultiCurrency trait.

The tokens module provides functions for:

  • Querying and setting the balance of a given account.
  • Getting and managing total issuance.
  • Balance transfer between accounts.
  • Depositing and withdrawing balance.
  • Slashing an account balance.