📓
Mitum JS SDK
Ctrlk
  • Introduction
  • BrowserProvider
  • Class Reference
    • Basic Functions
    • Node Functions
    • Account Functions
    • Block Functions
    • Currency Functions
    • Utils Functions
    • Operation Functions
    • Signer Function
    • Contract Functions
      • createWallet(sender, currencyID, amount, ?:seed)
      • ⚠️ createBatchWallet(sender, n, currencyID, amount)
      • touch(privatekey, operation)
      • createAccount(sender, key, currency, amount)
      • createMultiSig(sender, keys, currency, amount, threshold)
      • getContractInfo(address)
      • updateHandler(sender, contract, currency, handlers)
    • Contract Model
  • Account Abstraction
Powered by GitBook
On this page
  1. Class Reference

Contract Functions

createWallet(sender, currencyID, amount, ?:seed)⚠️ createBatchWallet(sender, n, currencyID, amount)touch(privatekey, operation)createAccount(sender, key, currency, amount)createMultiSig(sender, keys, currency, amount, threshold)getContractInfo(address)updateHandler(sender, contract, currency, handlers)
Previoussign(privatekey, operation, ?:option)NextcreateWallet(sender, currencyID, amount, ?:seed)

Last updated 1 year ago