Name | Type | Description | Notes |
---|---|---|---|
Contract | string | Represents the specific transaction contract | |
GasLimit | string | Represents the amount of gas used by this specific transaction alone. | |
GasPrice | GetTransactionDetailsByTransactionIDRIBSBSCGasPrice | ||
GasUsed | string | Defines the unit of the gas price amount, e.g. BTC, ETH, XRP. | |
InputData | string | Represents additional information that is required for the transaction. | |
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. |
func NewGetWalletTransactionDetailsByTransactionIDRIBSBSC(contract string, gasLimit string, gasPrice GetTransactionDetailsByTransactionIDRIBSBSCGasPrice, gasUsed string, inputData string, nonce int32, ) *GetWalletTransactionDetailsByTransactionIDRIBSBSC
NewGetWalletTransactionDetailsByTransactionIDRIBSBSC instantiates a new GetWalletTransactionDetailsByTransactionIDRIBSBSC 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 NewGetWalletTransactionDetailsByTransactionIDRIBSBSCWithDefaults() *GetWalletTransactionDetailsByTransactionIDRIBSBSC
NewGetWalletTransactionDetailsByTransactionIDRIBSBSCWithDefaults instantiates a new GetWalletTransactionDetailsByTransactionIDRIBSBSC 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 *GetWalletTransactionDetailsByTransactionIDRIBSBSC) GetContract() string
GetContract returns the Contract field if non-nil, zero value otherwise.
func (o *GetWalletTransactionDetailsByTransactionIDRIBSBSC) GetContractOk() (*string, bool)
GetContractOk returns a tuple with the Contract field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetWalletTransactionDetailsByTransactionIDRIBSBSC) SetContract(v string)
SetContract sets Contract field to given value.
func (o *GetWalletTransactionDetailsByTransactionIDRIBSBSC) GetGasLimit() string
GetGasLimit returns the GasLimit field if non-nil, zero value otherwise.
func (o *GetWalletTransactionDetailsByTransactionIDRIBSBSC) GetGasLimitOk() (*string, 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 *GetWalletTransactionDetailsByTransactionIDRIBSBSC) SetGasLimit(v string)
SetGasLimit sets GasLimit field to given value.
func (o *GetWalletTransactionDetailsByTransactionIDRIBSBSC) GetGasPrice() GetTransactionDetailsByTransactionIDRIBSBSCGasPrice
GetGasPrice returns the GasPrice field if non-nil, zero value otherwise.
func (o *GetWalletTransactionDetailsByTransactionIDRIBSBSC) GetGasPriceOk() (*GetTransactionDetailsByTransactionIDRIBSBSCGasPrice, 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 *GetWalletTransactionDetailsByTransactionIDRIBSBSC) SetGasPrice(v GetTransactionDetailsByTransactionIDRIBSBSCGasPrice)
SetGasPrice sets GasPrice field to given value.
func (o *GetWalletTransactionDetailsByTransactionIDRIBSBSC) GetGasUsed() string
GetGasUsed returns the GasUsed field if non-nil, zero value otherwise.
func (o *GetWalletTransactionDetailsByTransactionIDRIBSBSC) GetGasUsedOk() (*string, 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 *GetWalletTransactionDetailsByTransactionIDRIBSBSC) SetGasUsed(v string)
SetGasUsed sets GasUsed field to given value.
func (o *GetWalletTransactionDetailsByTransactionIDRIBSBSC) GetInputData() string
GetInputData returns the InputData field if non-nil, zero value otherwise.
func (o *GetWalletTransactionDetailsByTransactionIDRIBSBSC) GetInputDataOk() (*string, bool)
GetInputDataOk returns a tuple with the InputData field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetWalletTransactionDetailsByTransactionIDRIBSBSC) SetInputData(v string)
SetInputData sets InputData field to given value.
func (o *GetWalletTransactionDetailsByTransactionIDRIBSBSC) GetNonce() int32
GetNonce returns the Nonce field if non-nil, zero value otherwise.
func (o *GetWalletTransactionDetailsByTransactionIDRIBSBSC) 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 *GetWalletTransactionDetailsByTransactionIDRIBSBSC) SetNonce(v int32)
SetNonce sets Nonce field to given value.