# TransactionResponseTx

## Properties

| Name      | Type        | Description | Notes |
| --------- | ----------- | ----------- | ----- |
| **Data**  | **string**  |             |       |
| **Value** | **string**  |             |       |
| **Nonce** | **float64** |             |       |
| **Gas**   | **string**  |             |       |
| **To**    | **string**  |             |       |
| **From**  | **string**  |             |       |

## Methods

### NewTransactionResponseTx

`func NewTransactionResponseTx(data string, value string, nonce float64, gas string, to string, from string, ) *TransactionResponseTx`

NewTransactionResponseTx instantiates a new TransactionResponseTx object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

### NewTransactionResponseTxWithDefaults

`func NewTransactionResponseTxWithDefaults() *TransactionResponseTx`

NewTransactionResponseTxWithDefaults instantiates a new TransactionResponseTx object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

### GetData

`func (o *TransactionResponseTx) GetData() string`

GetData returns the Data field if non-nil, zero value otherwise.

### GetDataOk

`func (o *TransactionResponseTx) GetDataOk() (*string, bool)`

GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

### SetData

`func (o *TransactionResponseTx) SetData(v string)`

SetData sets Data field to given value.

### GetValue

`func (o *TransactionResponseTx) GetValue() string`

GetValue returns the Value field if non-nil, zero value otherwise.

### GetValueOk

`func (o *TransactionResponseTx) GetValueOk() (*string, bool)`

GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

### SetValue

`func (o *TransactionResponseTx) SetValue(v string)`

SetValue sets Value field to given value.

### GetNonce

`func (o *TransactionResponseTx) GetNonce() float64`

GetNonce returns the Nonce field if non-nil, zero value otherwise.

### GetNonceOk

`func (o *TransactionResponseTx) GetNonceOk() (*float64, bool)`

GetNonceOk returns a tuple with the Nonce field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

### SetNonce

`func (o *TransactionResponseTx) SetNonce(v float64)`

SetNonce sets Nonce field to given value.

### GetGas

`func (o *TransactionResponseTx) GetGas() string`

GetGas returns the Gas field if non-nil, zero value otherwise.

### GetGasOk

`func (o *TransactionResponseTx) GetGasOk() (*string, bool)`

GetGasOk returns a tuple with the Gas field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

### SetGas

`func (o *TransactionResponseTx) SetGas(v string)`

SetGas sets Gas field to given value.

### GetTo

`func (o *TransactionResponseTx) GetTo() string`

GetTo returns the To field if non-nil, zero value otherwise.

### GetToOk

`func (o *TransactionResponseTx) GetToOk() (*string, bool)`

GetToOk returns a tuple with the To field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

### SetTo

`func (o *TransactionResponseTx) SetTo(v string)`

SetTo sets To field to given value.

### GetFrom

`func (o *TransactionResponseTx) GetFrom() string`

GetFrom returns the From field if non-nil, zero value otherwise.

### GetFromOk

`func (o *TransactionResponseTx) GetFromOk() (*string, bool)`

GetFromOk returns a tuple with the From field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

### SetFrom

`func (o *TransactionResponseTx) SetFrom(v string)`

SetFrom sets From field to given value.

\[Back to Model list] \[Back to API list] \[Back to README]


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.usemoon.ai/sdks/golang/transactionresponsetx.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
