| Name | Type | Description | Notes |
|---|---|---|---|
| Hash | string | ||
| Timestamp | int64 | ||
| ChainFrom | int32 | ||
| ChainTo | int32 | ||
| Height | int32 | ||
| Deps | []string |
func NewBlockHeaderEntry(hash string, timestamp int64, chainFrom int32, chainTo int32, height int32, deps []string, ) *BlockHeaderEntry
NewBlockHeaderEntry instantiates a new BlockHeaderEntry 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 NewBlockHeaderEntryWithDefaults() *BlockHeaderEntry
NewBlockHeaderEntryWithDefaults instantiates a new BlockHeaderEntry 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 *BlockHeaderEntry) GetHash() string
GetHash returns the Hash field if non-nil, zero value otherwise.
func (o *BlockHeaderEntry) GetHashOk() (*string, bool)
GetHashOk returns a tuple with the Hash field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BlockHeaderEntry) SetHash(v string)
SetHash sets Hash field to given value.
func (o *BlockHeaderEntry) GetTimestamp() int64
GetTimestamp returns the Timestamp field if non-nil, zero value otherwise.
func (o *BlockHeaderEntry) GetTimestampOk() (*int64, bool)
GetTimestampOk returns a tuple with the Timestamp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BlockHeaderEntry) SetTimestamp(v int64)
SetTimestamp sets Timestamp field to given value.
func (o *BlockHeaderEntry) GetChainFrom() int32
GetChainFrom returns the ChainFrom field if non-nil, zero value otherwise.
func (o *BlockHeaderEntry) GetChainFromOk() (*int32, bool)
GetChainFromOk returns a tuple with the ChainFrom field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BlockHeaderEntry) SetChainFrom(v int32)
SetChainFrom sets ChainFrom field to given value.
func (o *BlockHeaderEntry) GetChainTo() int32
GetChainTo returns the ChainTo field if non-nil, zero value otherwise.
func (o *BlockHeaderEntry) GetChainToOk() (*int32, bool)
GetChainToOk returns a tuple with the ChainTo field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BlockHeaderEntry) SetChainTo(v int32)
SetChainTo sets ChainTo field to given value.
func (o *BlockHeaderEntry) GetHeight() int32
GetHeight returns the Height field if non-nil, zero value otherwise.
func (o *BlockHeaderEntry) GetHeightOk() (*int32, bool)
GetHeightOk returns a tuple with the Height field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BlockHeaderEntry) SetHeight(v int32)
SetHeight sets Height field to given value.
func (o *BlockHeaderEntry) GetDeps() []string
GetDeps returns the Deps field if non-nil, zero value otherwise.
func (o *BlockHeaderEntry) GetDepsOk() (*[]string, bool)
GetDepsOk returns a tuple with the Deps field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BlockHeaderEntry) SetDeps(v []string)
SetDeps sets Deps field to given value.