cryptoapis 1.1.0

Rust library/SDK for Crypto APIs 2.0
Documentation
# ListTransactionsByBlockHashRibsbVin

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**addresses** | **Vec<String>** |  | 
**coinbase** | **String** | Represents the coinbase hex. | 
**script_sig** | [**crate::models::GetTransactionDetailsByTransactionIdribsbScriptSig**]GetTransactionDetailsByTransactionIDRIBSB_scriptSig.md |  | 
**sequence** | **String** | Represents the script sequence number. | 
**txid** | **String** | Represents the reference transaction identifier. | 
**txinwitness** | **Vec<String>** |  | 
**value** | **String** | Represents the sent/received amount. | 
**vout** | **i32** | It refers to the index of the output address of this transaction. The index starts from 0. | 

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