Name | Type | Description | Notes |
---|---|---|---|
BlockNumber | Pointer to int64 | The block number. | [optional] |
BlockTimestamp | Pointer to int64 | The time when the block was created, in Unix timestamp format, measured in milliseconds. | [optional] |
BlockHash | Pointer to string | The block hash. | [optional] |
func NewTransactionBlockInfo() *TransactionBlockInfo
NewTransactionBlockInfo instantiates a new TransactionBlockInfo 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 NewTransactionBlockInfoWithDefaults() *TransactionBlockInfo
NewTransactionBlockInfoWithDefaults instantiates a new TransactionBlockInfo 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 *TransactionBlockInfo) GetBlockNumber() int64
GetBlockNumber returns the BlockNumber field if non-nil, zero value otherwise.
func (o *TransactionBlockInfo) GetBlockNumberOk() (*int64, bool)
GetBlockNumberOk returns a tuple with the BlockNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TransactionBlockInfo) SetBlockNumber(v int64)
SetBlockNumber sets BlockNumber field to given value.
func (o *TransactionBlockInfo) HasBlockNumber() bool
HasBlockNumber returns a boolean if a field has been set.
func (o *TransactionBlockInfo) GetBlockTimestamp() int64
GetBlockTimestamp returns the BlockTimestamp field if non-nil, zero value otherwise.
func (o *TransactionBlockInfo) GetBlockTimestampOk() (*int64, bool)
GetBlockTimestampOk returns a tuple with the BlockTimestamp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TransactionBlockInfo) SetBlockTimestamp(v int64)
SetBlockTimestamp sets BlockTimestamp field to given value.
func (o *TransactionBlockInfo) HasBlockTimestamp() bool
HasBlockTimestamp returns a boolean if a field has been set.
func (o *TransactionBlockInfo) GetBlockHash() string
GetBlockHash returns the BlockHash field if non-nil, zero value otherwise.
func (o *TransactionBlockInfo) GetBlockHashOk() (*string, bool)
GetBlockHashOk returns a tuple with the BlockHash field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TransactionBlockInfo) SetBlockHash(v string)
SetBlockHash sets BlockHash field to given value.
func (o *TransactionBlockInfo) HasBlockHash() bool
HasBlockHash returns a boolean if a field has been set.