TransactionRequest
Properties
Nonce
Pointer to string
[optional]
Data
Pointer to string
[optional]
Value
Pointer to string
[optional]
To
Pointer to string
[optional]
From
Pointer to string
[optional]
MaxFeePerGas
Pointer to string
[optional]
MaxPriorityFeePerGas
Pointer to string
[optional]
Methods
NewTransactionRequest
func NewTransactionRequest() *TransactionRequest
NewTransactionRequest instantiates a new TransactionRequest 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
NewTransactionRequestWithDefaults
func NewTransactionRequestWithDefaults() *TransactionRequest
NewTransactionRequestWithDefaults instantiates a new TransactionRequest 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
GetNonce
func (o *TransactionRequest) GetNonce() string
GetNonce returns the Nonce field if non-nil, zero value otherwise.
GetNonceOk
func (o *TransactionRequest) GetNonceOk() (*string, 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 *TransactionRequest) SetNonce(v string)
SetNonce sets Nonce field to given value.
HasNonce
func (o *TransactionRequest) HasNonce() bool
HasNonce returns a boolean if a field has been set.
GetData
func (o *TransactionRequest) GetData() string
GetData returns the Data field if non-nil, zero value otherwise.
GetDataOk
func (o *TransactionRequest) 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 *TransactionRequest) SetData(v string)
SetData sets Data field to given value.
HasData
func (o *TransactionRequest) HasData() bool
HasData returns a boolean if a field has been set.
GetValue
func (o *TransactionRequest) GetValue() string
GetValue returns the Value field if non-nil, zero value otherwise.
GetValueOk
func (o *TransactionRequest) 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 *TransactionRequest) SetValue(v string)
SetValue sets Value field to given value.
HasValue
func (o *TransactionRequest) HasValue() bool
HasValue returns a boolean if a field has been set.
GetTo
func (o *TransactionRequest) GetTo() string
GetTo returns the To field if non-nil, zero value otherwise.
GetToOk
func (o *TransactionRequest) 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 *TransactionRequest) SetTo(v string)
SetTo sets To field to given value.
HasTo
func (o *TransactionRequest) HasTo() bool
HasTo returns a boolean if a field has been set.
GetFrom
func (o *TransactionRequest) GetFrom() string
GetFrom returns the From field if non-nil, zero value otherwise.
GetFromOk
func (o *TransactionRequest) 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 *TransactionRequest) SetFrom(v string)
SetFrom sets From field to given value.
HasFrom
func (o *TransactionRequest) HasFrom() bool
HasFrom returns a boolean if a field has been set.
GetMaxFeePerGas
func (o *TransactionRequest) GetMaxFeePerGas() string
GetMaxFeePerGas returns the MaxFeePerGas field if non-nil, zero value otherwise.
GetMaxFeePerGasOk
func (o *TransactionRequest) GetMaxFeePerGasOk() (*string, bool)
GetMaxFeePerGasOk returns a tuple with the MaxFeePerGas field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetMaxFeePerGas
func (o *TransactionRequest) SetMaxFeePerGas(v string)
SetMaxFeePerGas sets MaxFeePerGas field to given value.
HasMaxFeePerGas
func (o *TransactionRequest) HasMaxFeePerGas() bool
HasMaxFeePerGas returns a boolean if a field has been set.
GetMaxPriorityFeePerGas
func (o *TransactionRequest) GetMaxPriorityFeePerGas() string
GetMaxPriorityFeePerGas returns the MaxPriorityFeePerGas field if non-nil, zero value otherwise.
GetMaxPriorityFeePerGasOk
func (o *TransactionRequest) GetMaxPriorityFeePerGasOk() (*string, bool)
GetMaxPriorityFeePerGasOk returns a tuple with the MaxPriorityFeePerGas field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetMaxPriorityFeePerGas
func (o *TransactionRequest) SetMaxPriorityFeePerGas(v string)
SetMaxPriorityFeePerGas sets MaxPriorityFeePerGas field to given value.
HasMaxPriorityFeePerGas
func (o *TransactionRequest) HasMaxPriorityFeePerGas() bool
HasMaxPriorityFeePerGas returns a boolean if a field has been set.
[Back to Model list] [Back to API list] [Back to README]