getAccountByAddress method
Tries to fetch the account at the given address.
Params
| Parameter | Type | Required |
|---|---|---|
address | string | Yes |
Result
| Property | Type | Required |
|---|---|---|
address | string | Yes |
balance | number | Yes |
hashCount | number | No |
hashRoot | object | No |
owner | string | No |
recipient | string | No |
sender | string | No |
timeout | number | No |
totalAmount | number | No |
type | string | Yes |
vestingStartTime | number | No |
vestingStepAmount | number | No |
vestingTimeStep | number | No |
vestingTotalAmount | number | No |