RosettaBlockIdentifierHeight
July 14, 2024 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Index | int32 | This is also known as the block height. |
Methods
NewRosettaBlockIdentifierHeight
func NewRosettaBlockIdentifierHeight(index int32, ) *RosettaBlockIdentifierHeight
NewRosettaBlockIdentifierHeight instantiates a new RosettaBlockIdentifierHeight 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
NewRosettaBlockIdentifierHeightWithDefaults
func NewRosettaBlockIdentifierHeightWithDefaults() *RosettaBlockIdentifierHeight
NewRosettaBlockIdentifierHeightWithDefaults instantiates a new RosettaBlockIdentifierHeight 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
GetIndex
func (o *RosettaBlockIdentifierHeight) GetIndex() int32
GetIndex returns the Index field if non-nil, zero value otherwise.
GetIndexOk
func (o *RosettaBlockIdentifierHeight) GetIndexOk() (*int32, bool)
GetIndexOk returns a tuple with the Index field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetIndex
func (o *RosettaBlockIdentifierHeight) SetIndex(v int32)
SetIndex sets Index field to given value.