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

Contract Functions

createWallet(sender, currencyID, amount, ?:seed)chevron-right⚠️ createBatchWallet(sender, n, currencyID, amount)chevron-righttouch(privatekey, operation)chevron-rightcreateAccount(sender, key, currency, amount)chevron-rightcreateMultiSig(sender, keys, currency, amount, threshold)chevron-rightgetContractInfo(address)chevron-rightupdateHandler(sender, contract, currency, handlers)chevron-right
Previoussign(privatekey, operation, ?:option)chevron-leftNextcreateWallet(sender, currencyID, amount, ?:seed)chevron-right

Last updated 1 year ago