@textile/hub > AddressInfo
AddressInfo interface
Information about a wallet address.
Signature:
export interface AddressInfo
Properties
| Property | Type | Description |
| address | string | The address. |
| balance | bigint | The wallet address balance in attoFIL. |
| name | string | Human readable name. |
| type | string | The type of wallet address. |