TransactionFeeEstimateResponseEstimatedCost
July 14, 2024 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| ReadCount | int32 | ||
| ReadLength | int32 | ||
| Runtime | int32 | ||
| WriteCount | int32 | ||
| WriteLength | int32 |
Methods
NewTransactionFeeEstimateResponseEstimatedCost
func NewTransactionFeeEstimateResponseEstimatedCost(readCount int32, readLength int32, runtime int32, writeCount int32, writeLength int32, ) *TransactionFeeEstimateResponseEstimatedCost
NewTransactionFeeEstimateResponseEstimatedCost instantiates a new TransactionFeeEstimateResponseEstimatedCost 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
NewTransactionFeeEstimateResponseEstimatedCostWithDefaults
func NewTransactionFeeEstimateResponseEstimatedCostWithDefaults() *TransactionFeeEstimateResponseEstimatedCost
NewTransactionFeeEstimateResponseEstimatedCostWithDefaults instantiates a new TransactionFeeEstimateResponseEstimatedCost 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
GetReadCount
func (o *TransactionFeeEstimateResponseEstimatedCost) GetReadCount() int32
GetReadCount returns the ReadCount field if non-nil, zero value otherwise.
GetReadCountOk
func (o *TransactionFeeEstimateResponseEstimatedCost) GetReadCountOk() (*int32, bool)
GetReadCountOk returns a tuple with the ReadCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetReadCount
func (o *TransactionFeeEstimateResponseEstimatedCost) SetReadCount(v int32)
SetReadCount sets ReadCount field to given value.
GetReadLength
func (o *TransactionFeeEstimateResponseEstimatedCost) GetReadLength() int32
GetReadLength returns the ReadLength field if non-nil, zero value otherwise.
GetReadLengthOk
func (o *TransactionFeeEstimateResponseEstimatedCost) GetReadLengthOk() (*int32, bool)
GetReadLengthOk returns a tuple with the ReadLength field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetReadLength
func (o *TransactionFeeEstimateResponseEstimatedCost) SetReadLength(v int32)
SetReadLength sets ReadLength field to given value.
GetRuntime
func (o *TransactionFeeEstimateResponseEstimatedCost) GetRuntime() int32
GetRuntime returns the Runtime field if non-nil, zero value otherwise.
GetRuntimeOk
func (o *TransactionFeeEstimateResponseEstimatedCost) GetRuntimeOk() (*int32, bool)
GetRuntimeOk returns a tuple with the Runtime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetRuntime
func (o *TransactionFeeEstimateResponseEstimatedCost) SetRuntime(v int32)
SetRuntime sets Runtime field to given value.
GetWriteCount
func (o *TransactionFeeEstimateResponseEstimatedCost) GetWriteCount() int32
GetWriteCount returns the WriteCount field if non-nil, zero value otherwise.
GetWriteCountOk
func (o *TransactionFeeEstimateResponseEstimatedCost) GetWriteCountOk() (*int32, bool)
GetWriteCountOk returns a tuple with the WriteCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetWriteCount
func (o *TransactionFeeEstimateResponseEstimatedCost) SetWriteCount(v int32)
SetWriteCount sets WriteCount field to given value.
GetWriteLength
func (o *TransactionFeeEstimateResponseEstimatedCost) GetWriteLength() int32
GetWriteLength returns the WriteLength field if non-nil, zero value otherwise.
GetWriteLengthOk
func (o *TransactionFeeEstimateResponseEstimatedCost) GetWriteLengthOk() (*int32, bool)
GetWriteLengthOk returns a tuple with the WriteLength field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetWriteLength
func (o *TransactionFeeEstimateResponseEstimatedCost) SetWriteLength(v int32)
SetWriteLength sets WriteLength field to given value.