mvcapi 3.0.11

The Client Implementation for MVCApi.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# BlockHeaderPage

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**height** | Option<**i64**> | Block height. | [optional]
**block_hash** | Option<**String**> | Block hash. | [optional]
**timestamp** | Option<**i64**> | Block timestamp. | [optional]
**median_time** | Option<**i64**> | current median time | [optional]
**reward** | Option<**i64**> | Miner total rewards, including miner fee. | [optional]
**miner** | Option<**String**> | Guessed miner name. | [optional]
**tx_count** | Option<**i32**> | Total txs count included in the block. | [optional]
**size** | Option<**i64**> | Size of the block | [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)