# CoboWaas2.SafeTxSubTransaction

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**operation** | **String** | The type of operation in the sub-transaction. | [optional] 
**to** | **String** | The destination address of the sub-transaction. | [optional] 
**value** | **String** | The human-readable transaction value, for example, &#x60;1 ETH&#x60;. | [optional] 
**wei** | **String** | The transaction amount in Wei | [optional] 
**data** | **String** | Encoded transaction data | [optional] 
**data_decoded** | [**SafeTxDecodedData**](SafeTxDecodedData.md) |  | [optional] 
**to_contract_name** | **String** | The name of the recipient contract (if available). | [optional] 


