# ListUnconfirmedTransactionsByAddressRibsb ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **locktime** | **i64** | Represents the locktime on the transaction on the specific blockchain, i.e. the blockheight at which the transaction is valid. | **size** | **i32** | Represents the total size of this transaction. | **v_size** | **i32** | Defines the transaction's virtual size. | **version** | **i32** | Defines the version of the transaction. | **vin** | [**Vec**](ListUnconfirmedTransactionsByAddressRIBSB_vin.md) | Represents the transaction inputs. | **vout** | [**Vec**](ListUnconfirmedTransactionsByAddressRIBSB_vout.md) | Represents the transaction outputs. | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)