satstream-rust-sdk 1.0.17

Satstream API SDK for Rust
Documentation
# GithubComSatstreamSsUtilsRpcBlock

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**bits** | **String** |  | [optional] [default to null]
**chainwork** | **String** |  | [optional] [default to null]
**confirmations** | **i32** |  | [optional] [default to null]
**difficulty** | **f32** |  | [optional] [default to null]
**hash** | **String** |  | [optional] [default to null]
**height** | **i32** |  | [optional] [default to null]
**mediantime** | **i32** |  | [optional] [default to null]
**merkleroot** | **String** |  | [optional] [default to null]
**n_tx** | **i32** |  | [optional] [default to null]
**nonce** | **i32** |  | [optional] [default to null]
**previousblockhash** | **String** |  | [optional] [default to null]
**size** | **i32** |  | [optional] [default to null]
**stripped_size** | **i32** |  | [optional] [default to null]
**time** | **i32** |  | [optional] [default to null]
**tx** | [**Vec<::models::GithubComSatstreamSsUtilsRpcBtcTx>**]github_com_satstream_ss-utils_rpc.BtcTx.md | Txns will be stored in a separate collection in the DB | [optional] [default to null]
**version** | **i32** |  | [optional] [default to null]
**version_hex** | **String** |  | [optional] [default to null]
**weight** | **i32** |  | [optional] [default to null]

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