ark-rest 0.9.3

REST client for Ark server communication
Documentation
# GetRoundDetailsResponse

## Properties

| Name                   | Type                    | Description | Notes      |
| ---------------------- | ----------------------- | ----------- | ---------- |
| **commitment_txid**    | Option<**String**>      |             | [optional] |
| **ended_at**           | Option<**i64**>         |             | [optional] |
| **exit_addresses**     | Option<**Vec<String>**> |             | [optional] |
| **forfeited_amount**   | Option<**String**>      |             | [optional] |
| **inputs_vtxos**       | Option<**Vec<String>**> |             | [optional] |
| **outputs_vtxos**      | Option<**Vec<String>**> |             | [optional] |
| **round_id**           | Option<**String**>      |             | [optional] |
| **started_at**         | Option<**i64**>         |             | [optional] |
| **total_exit_amount**  | Option<**String**>      |             | [optional] |
| **total_fee_amount**   | Option<**String**>      |             | [optional] |
| **total_vtxos_amount** | 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)