photon-api 0.51.0

Solana indexer for general compression
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# GetQueueElementsResponseValue

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**account_hash** | **String** | A 32-byte hash represented as a base58 string. | 
**leaf** | **String** | A 32-byte hash represented as a base58 string. | 
**leaf_index** | **i32** |  | 
**proof** | **Vec<String>** |  | 
**root** | **String** | A 32-byte hash represented as a base58 string. | 
**root_seq** | **i32** |  | 
**tree** | **String** | A 32-byte hash represented as a base58 string. | 
**tx_hash** | Option<**String**> | A 32-byte hash represented as a base58 string. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)