ark-rest 0.8.0

REST client for Ark server communication
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# IndexerChain

## Properties

| Name           | Type                                                                | Description                                                            | Notes      |
| -------------- | ------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------- |
| **expires_at** | Option<**String**>                                                  |                                                                        | [optional] |
| **spends**     | Option<**Vec<String>**>                                             | txids of the transactions in the chain used as input of the current tx | [optional] |
| **txid**       | Option<**String**>                                                  |                                                                        | [optional] |
| **r#type**     | Option<[**models::IndexerChainedTxType**]IndexerChainedTxType.md> |                                                                        | [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)