Skip to content
Snippets Groups Projects
user avatar
wangjj9219 authored
* add constructor for CheckOperator

* refactor the traits related to Currency

* format code

* modify

* update test cases

* update test cases
3d9d333e
History
Name Last commit Last update
..
src
Cargo.toml
README.md

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.