canton-api-client 3.6.0-0.1.0

Canton Ledger API rust client
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# CostEstimation

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**estimation_timestamp** | **String** | Timestamp at which the estimation was made  Required | 
**confirmation_request_traffic_cost_estimation** | **i64** | Estimated traffic cost of the confirmation request associated with the transaction  Required | 
**confirmation_response_traffic_cost_estimation** | **i64** | Estimated traffic cost of the confirmation response associated with the transaction This field can also be used as an indication of the cost that other potential confirming nodes of the party will incur to approve or reject the transaction  Required | 
**total_traffic_cost_estimation** | **i64** | Sum of the fields above  Required | 

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