ark-rest 0.9.3

REST client for Ark server communication
Documentation
# Vtxo

## Properties

| Name                 | Type                                        | Description | Notes      |
| -------------------- | ------------------------------------------- | ----------- | ---------- |
| **amount**           | Option<**i32**>                             |             | [optional] |
| **ark_txid**         | Option<**String**>                          |             | [optional] |
| **assets**           | Option<[**Vec<models::Asset>**]Asset.md>  |             | [optional] |
| **commitment_txids** | Option<**Vec<String>**>                     |             | [optional] |
| **created_at**       | Option<**i64**>                             |             | [optional] |
| **expires_at**       | Option<**i64**>                             |             | [optional] |
| **is_preconfirmed**  | Option<**bool**>                            |             | [optional] |
| **is_spent**         | Option<**bool**>                            |             | [optional] |
| **is_swept**         | Option<**bool**>                            |             | [optional] |
| **is_unrolled**      | Option<**bool**>                            |             | [optional] |
| **outpoint**         | Option<[**models::Outpoint**]Outpoint.md> |             | [optional] |
| **script**           | Option<**String**>                          |             | [optional] |
| **settled_by**       | Option<**String**>                          |             | [optional] |
| **spent_by**         | Option<**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)