Name | Type | Description | Notes |
---|---|---|---|
GasLimit | int32 | Represents the maximum amount of gas allowed in the block in order to determine how many transactions it can fit. | |
GasPrice | GetTransactionDetailsByTransactionIDFromCallbackRIBSZ2GasPrice | ||
GasUsed | int32 | Defines how much of the gas for the block has been used. | |
Nonce | int32 | Represents the sequential running number for an address, starting from 0 for the first transaction. E.g., if the nonce of a transaction is 10, it would be the 11th transaction sent from the sender's address. | |
TransactionStatus | string | Represents the status of this transaction. |
func NewGetTransactionDetailsByTransactionIDFromCallbackRIBSZ2(gasLimit int32, gasPrice GetTransactionDetailsByTransactionIDFromCallbackRIBSZ2GasPrice, gasUsed int32, nonce int32, transactionStatus string, ) *GetTransactionDetailsByTransactionIDFromCallbackRIBSZ2
NewGetTransactionDetailsByTransactionIDFromCallbackRIBSZ2 instantiates a new GetTransactionDetailsByTransactionIDFromCallbackRIBSZ2 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
func NewGetTransactionDetailsByTransactionIDFromCallbackRIBSZ2WithDefaults() *GetTransactionDetailsByTransactionIDFromCallbackRIBSZ2
NewGetTransactionDetailsByTransactionIDFromCallbackRIBSZ2WithDefaults instantiates a new GetTransactionDetailsByTransactionIDFromCallbackRIBSZ2 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
func (o *GetTransactionDetailsByTransactionIDFromCallbackRIBSZ2) GetGasLimit() int32
GetGasLimit returns the GasLimit field if non-nil, zero value otherwise.
func (o *GetTransactionDetailsByTransactionIDFromCallbackRIBSZ2) GetGasLimitOk() (*int32, bool)
GetGasLimitOk returns a tuple with the GasLimit field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetTransactionDetailsByTransactionIDFromCallbackRIBSZ2) SetGasLimit(v int32)
SetGasLimit sets GasLimit field to given value.
func (o *GetTransactionDetailsByTransactionIDFromCallbackRIBSZ2) GetGasPrice() GetTransactionDetailsByTransactionIDFromCallbackRIBSZ2GasPrice
GetGasPrice returns the GasPrice field if non-nil, zero value otherwise.
func (o *GetTransactionDetailsByTransactionIDFromCallbackRIBSZ2) GetGasPriceOk() (*GetTransactionDetailsByTransactionIDFromCallbackRIBSZ2GasPrice, bool)
GetGasPriceOk returns a tuple with the GasPrice field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetTransactionDetailsByTransactionIDFromCallbackRIBSZ2) SetGasPrice(v GetTransactionDetailsByTransactionIDFromCallbackRIBSZ2GasPrice)
SetGasPrice sets GasPrice field to given value.
func (o *GetTransactionDetailsByTransactionIDFromCallbackRIBSZ2) GetGasUsed() int32
GetGasUsed returns the GasUsed field if non-nil, zero value otherwise.
func (o *GetTransactionDetailsByTransactionIDFromCallbackRIBSZ2) GetGasUsedOk() (*int32, bool)
GetGasUsedOk returns a tuple with the GasUsed field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetTransactionDetailsByTransactionIDFromCallbackRIBSZ2) SetGasUsed(v int32)
SetGasUsed sets GasUsed field to given value.
func (o *GetTransactionDetailsByTransactionIDFromCallbackRIBSZ2) GetNonce() int32
GetNonce returns the Nonce field if non-nil, zero value otherwise.
func (o *GetTransactionDetailsByTransactionIDFromCallbackRIBSZ2) GetNonceOk() (*int32, 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.
func (o *GetTransactionDetailsByTransactionIDFromCallbackRIBSZ2) SetNonce(v int32)
SetNonce sets Nonce field to given value.
func (o *GetTransactionDetailsByTransactionIDFromCallbackRIBSZ2) GetTransactionStatus() string
GetTransactionStatus returns the TransactionStatus field if non-nil, zero value otherwise.
func (o *GetTransactionDetailsByTransactionIDFromCallbackRIBSZ2) GetTransactionStatusOk() (*string, bool)
GetTransactionStatusOk returns a tuple with the TransactionStatus field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetTransactionDetailsByTransactionIDFromCallbackRIBSZ2) SetTransactionStatus(v string)
SetTransactionStatus sets TransactionStatus field to given value.