Account

constructor

Params

Return

Return an Account instance .

Methods

getBalance

Params

Return

Balance in HYDRO. To convert to KAI, use this utility function.

getNonce

Params

Return

Latest nonce (used for new transaction)

Static method

static getWalletFromPK

Params

Return

New wallet object

static getWalletFromMnemonic

Params

Return

New wallet object

static generateWallet

Params

None

Return

New wallet object

static isAddress

Params

Return

Return true if is address, otherwise false

static toChecksumAddress

Params

Return

Checksum version of original address

Last updated