📓
Mitum JS SDK
Ctrlk
  • 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
Powered by GitBook
On this page
  1. Class Reference

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)
PreviousgetNodeInfo()Nextkey(seed?)

Last updated 1 year ago