ark-rest 0.9.3

REST client for Ark server communication
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# GetVtxosRequest

## Properties

| Name                 | Type                                                            | Description                                                                                                                                                     | Notes      |
| -------------------- | --------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------- |
| **after**            | Option<**i64**>                                                 | Include only vtxos with last update after the given unix time in milliseconds. A value of 0 means no lower bound.                                               | [optional] |
| **before**           | Option<**i64**>                                                 | Include only vtxos with last update before the given unix time in milliseconds, greater value than the after when specified. A value of 0 means no upper bound. | [optional] |
| **outpoints**        | Option<**Vec<String>**>                                         | Or specify a list of vtxo outpoints. The 2 filters are mutually exclusive.                                                                                      | [optional] |
| **page**             | Option<[**models::IndexerPageRequest**]IndexerPageRequest.md> |                                                                                                                                                                 | [optional] |
| **pending_only**     | Option<**bool**>                                                | Include only spent vtxos that are not finalized.                                                                                                                | [optional] |
| **recoverable_only** | Option<**bool**>                                                | Retrieve only recoverable vtxos (notes, subdust or swept vtxos). The 3 filters are mutually exclusive,                                                          | [optional] |
| **scripts**          | Option<**Vec<String>**>                                         | Either specify a list of vtxo scripts.                                                                                                                          | [optional] |
| **spendable_only**   | Option<**bool**>                                                | Retrieve only spendable vtxos                                                                                                                                   | [optional] |
| **spent_only**       | Option<**bool**>                                                | Retrieve only spent vtxos.                                                                                                                                      | [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)