orml-tokens

Crates.ioorml-tokens
lib.rsorml-tokens
version0.13.0
sourcesrc
created_at2020-05-14 23:54:54.491793
updated_at2024-06-26 02:46:09.392254
descriptionFungible tokens module that implements `MultiCurrency` trait.
homepage
repositoryhttps://github.com/open-web3-stack/open-runtime-module-library/tree/master/tokens
max_upload_size
id241700
size239,410
Xiliang Chen (xlc)

documentation

README

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.
Commit count: 680

cargo fmt