An abstraction representing an account (user or Smart Contract) on the Network.
Creates an account object from an address
Readonly
The address of the account.
The balance of the account.
The nonce of the account (the account sequence number).
Gets then increments (locally) the nonce (the account sequence number).
Increments (locally) the nonce (the account sequence number).
Converts the account to a pretty, plain JavaScript object.
Updates account properties (such as nonce, balance).
An abstraction representing an account (user or Smart Contract) on the Network.