thorchain_rs 2.137.3

Thornode REST API.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# PoolSlipResponseInner

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**asset** | **String** |  | 
**pool_slip** | **i64** | Pool slip for this asset's pool for the current height | 
**rollup_count** | **i64** | Number of stored pool slips contributing to the current stored rollup | 
**long_rollup** | **i64** | Median of rollup snapshots over a long period | 
**rollup** | **i64** | Stored sum of pool slips over a number of previous block heights | 
**summed_rollup** | Option<**i64**> | Summed pool slips over a number of previous block heights, to checksum the stored rollup | [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)