πŸ““
Mitum JS SDK
search
⌘Ctrlk
πŸ““
Mitum JS SDK
  • Introduction
  • BrowserProvider
  • Class Reference
    • Basic Functions
    • Node Functions
    • Account Functions
      • key(seed?)
      • keys(n)
      • fromPrivateKey(key)
      • address(key)
      • addressForMultiSig(keys, threshold)
      • checksummedAddress(address)
      • hdKey()
      • fromPhrase(phrase, path?)
      • createWallet(sender, currency, amount, ?:seed, ?:weight)
      • createBatchWallet(sender, n, currency, amount)
      • touch(privatekey, wallet)
      • createAccount(sender, key, currency, amount)
      • createMultiSig(sender, keys, currency, amount, threshold)
      • updateKey(sender, newKeys, currency, threshold)
      • getAccountInfo(address)
      • getOperations(address, limit?, offset?, reverse?)
      • getByPublickey(publickey)
      • balance(address)
    • Block Functions
    • Currency Functions
    • Utils Functions
    • Operation Functions
    • Signer Function
    • Contract Functions
    • Contract Model
  • Account Abstraction
gitbookPowered by GitBook
block-quoteOn this pagechevron-down
  1. Class Reference

Account Functions

key(seed?)chevron-rightkeys(n)chevron-rightfromPrivateKey(key)chevron-rightaddress(key)chevron-rightaddressForMultiSig(keys, threshold)chevron-rightchecksummedAddress(address)chevron-righthdKey()chevron-rightfromPhrase(phrase, path?)chevron-rightcreateWallet(sender, currency, amount, ?:seed, ?:weight)chevron-rightcreateBatchWallet(sender, n, currency, amount)chevron-righttouch(privatekey, wallet)chevron-rightcreateAccount(sender, key, currency, amount)chevron-rightcreateMultiSig(sender, keys, currency, amount, threshold)chevron-rightupdateKey(sender, newKeys, currency, threshold)chevron-rightgetAccountInfo(address)chevron-rightgetOperations(address, limit?, offset?, reverse?)chevron-rightgetByPublickey(publickey)chevron-rightbalance(address)chevron-right
PreviousgetNodeInfo()chevron-leftNextkey(seed?)chevron-right

Last updated 1 year ago