📓
Mitum JS SDK
search
⌘Ctrlk
📓
Mitum JS SDK
  • 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
gitbookPowered by GitBook
block-quoteOn this pagechevron-down
  1. Class Reference

Currency Functions

getAllCurrencies()chevron-rightgetCurrency(currencyID)chevron-rightregisterCurrency(genesisAddress, initialSupply, currency, decimal, data)chevron-rightupdateCurrency(currency, data)chevron-righttransfer(sender, receiver, currency, amount)chevron-rightbatchTransfer(sender, receivers, currency, amounts)chevron-rightwithdraw(sender, target, currency, amount)chevron-right⚠️ multiWithdraw(sender, target, currency, amount)chevron-rightmint(receiver, currency, amount)chevron-right
PreviousgetOperationsByHeight(height)chevron-leftNextgetAllCurrencies()chevron-right

Last updated 1 year ago