Name | Type | Description | Notes |
---|---|---|---|
Difficulty | string | Represents a mathematical value of how hard it is to find a valid hash for this block. | |
ExtraData | string | Represents any data that can be included by the miner in the block. | |
GasLimit | string | Defines the total gas limit of all transactions in the block. | |
GasUsed | string | Represents the total amount of gas used by all transactions in this block. | |
MinedInSeconds | int32 | Specifies the amount of time required for the block to be mined in seconds. | |
Nonce | string | 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. | |
Sha3Uncles | string | Defines the combined hash of all uncles for a given parent. | |
Size | int32 | Represents the total size of the block in Bytes. | |
TotalDifficulty | string | Defines the total difficulty of the chain until this block, i.e. how difficult it is for a specific miner to mine a new block. | |
Uncles | Pointer to []string | [optional] |
func NewGetBlockDetailsByBlockHeightFromCallbackRIBSE(difficulty string, extraData string, gasLimit string, gasUsed string, minedInSeconds int32, nonce string, sha3Uncles string, size int32, totalDifficulty string, ) *GetBlockDetailsByBlockHeightFromCallbackRIBSE
NewGetBlockDetailsByBlockHeightFromCallbackRIBSE instantiates a new GetBlockDetailsByBlockHeightFromCallbackRIBSE 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 NewGetBlockDetailsByBlockHeightFromCallbackRIBSEWithDefaults() *GetBlockDetailsByBlockHeightFromCallbackRIBSE
NewGetBlockDetailsByBlockHeightFromCallbackRIBSEWithDefaults instantiates a new GetBlockDetailsByBlockHeightFromCallbackRIBSE 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 *GetBlockDetailsByBlockHeightFromCallbackRIBSE) GetDifficulty() string
GetDifficulty returns the Difficulty field if non-nil, zero value otherwise.
func (o *GetBlockDetailsByBlockHeightFromCallbackRIBSE) GetDifficultyOk() (*string, bool)
GetDifficultyOk returns a tuple with the Difficulty field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetBlockDetailsByBlockHeightFromCallbackRIBSE) SetDifficulty(v string)
SetDifficulty sets Difficulty field to given value.
func (o *GetBlockDetailsByBlockHeightFromCallbackRIBSE) GetExtraData() string
GetExtraData returns the ExtraData field if non-nil, zero value otherwise.
func (o *GetBlockDetailsByBlockHeightFromCallbackRIBSE) GetExtraDataOk() (*string, bool)
GetExtraDataOk returns a tuple with the ExtraData field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetBlockDetailsByBlockHeightFromCallbackRIBSE) SetExtraData(v string)
SetExtraData sets ExtraData field to given value.
func (o *GetBlockDetailsByBlockHeightFromCallbackRIBSE) GetGasLimit() string
GetGasLimit returns the GasLimit field if non-nil, zero value otherwise.
func (o *GetBlockDetailsByBlockHeightFromCallbackRIBSE) 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 *GetBlockDetailsByBlockHeightFromCallbackRIBSE) SetGasLimit(v string)
SetGasLimit sets GasLimit field to given value.
func (o *GetBlockDetailsByBlockHeightFromCallbackRIBSE) GetGasUsed() string
GetGasUsed returns the GasUsed field if non-nil, zero value otherwise.
func (o *GetBlockDetailsByBlockHeightFromCallbackRIBSE) 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 *GetBlockDetailsByBlockHeightFromCallbackRIBSE) SetGasUsed(v string)
SetGasUsed sets GasUsed field to given value.
func (o *GetBlockDetailsByBlockHeightFromCallbackRIBSE) GetMinedInSeconds() int32
GetMinedInSeconds returns the MinedInSeconds field if non-nil, zero value otherwise.
func (o *GetBlockDetailsByBlockHeightFromCallbackRIBSE) GetMinedInSecondsOk() (*int32, bool)
GetMinedInSecondsOk returns a tuple with the MinedInSeconds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetBlockDetailsByBlockHeightFromCallbackRIBSE) SetMinedInSeconds(v int32)
SetMinedInSeconds sets MinedInSeconds field to given value.
func (o *GetBlockDetailsByBlockHeightFromCallbackRIBSE) GetNonce() string
GetNonce returns the Nonce field if non-nil, zero value otherwise.
func (o *GetBlockDetailsByBlockHeightFromCallbackRIBSE) 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.
func (o *GetBlockDetailsByBlockHeightFromCallbackRIBSE) SetNonce(v string)
SetNonce sets Nonce field to given value.
func (o *GetBlockDetailsByBlockHeightFromCallbackRIBSE) GetSha3Uncles() string
GetSha3Uncles returns the Sha3Uncles field if non-nil, zero value otherwise.
func (o *GetBlockDetailsByBlockHeightFromCallbackRIBSE) GetSha3UnclesOk() (*string, bool)
GetSha3UnclesOk returns a tuple with the Sha3Uncles field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetBlockDetailsByBlockHeightFromCallbackRIBSE) SetSha3Uncles(v string)
SetSha3Uncles sets Sha3Uncles field to given value.
func (o *GetBlockDetailsByBlockHeightFromCallbackRIBSE) GetSize() int32
GetSize returns the Size field if non-nil, zero value otherwise.
func (o *GetBlockDetailsByBlockHeightFromCallbackRIBSE) GetSizeOk() (*int32, bool)
GetSizeOk returns a tuple with the Size field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetBlockDetailsByBlockHeightFromCallbackRIBSE) SetSize(v int32)
SetSize sets Size field to given value.
func (o *GetBlockDetailsByBlockHeightFromCallbackRIBSE) GetTotalDifficulty() string
GetTotalDifficulty returns the TotalDifficulty field if non-nil, zero value otherwise.
func (o *GetBlockDetailsByBlockHeightFromCallbackRIBSE) GetTotalDifficultyOk() (*string, bool)
GetTotalDifficultyOk returns a tuple with the TotalDifficulty field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetBlockDetailsByBlockHeightFromCallbackRIBSE) SetTotalDifficulty(v string)
SetTotalDifficulty sets TotalDifficulty field to given value.
func (o *GetBlockDetailsByBlockHeightFromCallbackRIBSE) GetUncles() []string
GetUncles returns the Uncles field if non-nil, zero value otherwise.
func (o *GetBlockDetailsByBlockHeightFromCallbackRIBSE) GetUnclesOk() (*[]string, bool)
GetUnclesOk returns a tuple with the Uncles field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetBlockDetailsByBlockHeightFromCallbackRIBSE) SetUncles(v []string)
SetUncles sets Uncles field to given value.
func (o *GetBlockDetailsByBlockHeightFromCallbackRIBSE) HasUncles() bool
HasUncles returns a boolean if a field has been set.