# Account ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **address** | Option<**String**> | A Solana public key represented as a base58 string. | [optional][default to 11111112D1oxKts8YPdTJRG5FzxTNpMtWmq8hkVx3] **data** | Option<[**models::AccountData**](AccountData.md)> | | [optional] **hash** | **String** | A 32-byte hash represented as a base58 string. | **lamports** | **i32** | | [default to 100] **leaf_index** | **i32** | | [default to 100] **owner** | **String** | A Solana public key represented as a base58 string. | [default to 11111112D1oxKts8YPdTJRG5FzxTNpMtWmq8hkVx3] **seq** | **i32** | | [default to 100] **slot_created** | **i32** | | [default to 100] **tree** | **String** | A Solana public key represented as a base58 string. | [default to 11111112D1oxKts8YPdTJRG5FzxTNpMtWmq8hkVx3] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)