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)
Last updated