FlowAccount
Model getters
Method name | Return type | Description | Notes |
---|---|---|---|
getAddress() | string | Account address. Example: 0x02fcc83938d2b63b | [optional] |
getBalance() | float | Balance of the account in smallest FLOW unit = 1 FLOW = 1e8 unit Example: 10000000 | [optional] |
getCode() | string | Account code Example: null | [optional] |
getContracts() | object | Example: null | [optional] |
getKeys() | \Tatum\Model\FlowAccountKeysInner[] | Array of public keys assigned. Example: null | [optional] |