📓
Mitum JS SDK
Ctrlk
  • Introduction
  • BrowserProvider
  • Class Reference
    • Basic Functions
    • Node Functions
    • Account Functions
    • Block Functions
    • Currency Functions
      • getAllCurrencies()
      • getCurrency(currencyID)
      • registerCurrency(genesisAddress, initialSupply, currency, decimal, data)
      • updateCurrency(currency, data)
      • transfer(sender, receiver, currency, amount)
      • batchTransfer(sender, receivers, currency, amounts)
      • withdraw(sender, target, currency, amount)
      • ⚠️ multiWithdraw(sender, target, currency, amount)
      • mint(receiver, currency, amount)
    • Utils Functions
    • Operation Functions
    • Signer Function
    • Contract Functions
    • Contract Model
  • Account Abstraction
Powered by GitBook
On this page
  1. Class Reference

Currency Functions

getAllCurrencies()getCurrency(currencyID)registerCurrency(genesisAddress, initialSupply, currency, decimal, data)updateCurrency(currency, data)transfer(sender, receiver, currency, amount)batchTransfer(sender, receivers, currency, amounts)withdraw(sender, target, currency, amount)⚠️ multiWithdraw(sender, target, currency, amount)mint(receiver, currency, amount)
PreviousgetOperationsByHeight(height)NextgetAllCurrencies()

Last updated 1 year ago