RosettaBlockMetadata
July 14, 2024 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| BurnBlockHeight | float32 |
Methods
NewRosettaBlockMetadata
func NewRosettaBlockMetadata(burnBlockHeight float32, ) *RosettaBlockMetadata
NewRosettaBlockMetadata instantiates a new RosettaBlockMetadata 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
NewRosettaBlockMetadataWithDefaults
func NewRosettaBlockMetadataWithDefaults() *RosettaBlockMetadata
NewRosettaBlockMetadataWithDefaults instantiates a new RosettaBlockMetadata 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
GetBurnBlockHeight
func (o *RosettaBlockMetadata) GetBurnBlockHeight() float32
GetBurnBlockHeight returns the BurnBlockHeight field if non-nil, zero value otherwise.
GetBurnBlockHeightOk
func (o *RosettaBlockMetadata) GetBurnBlockHeightOk() (*float32, bool)
GetBurnBlockHeightOk returns a tuple with the BurnBlockHeight field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetBurnBlockHeight
func (o *RosettaBlockMetadata) SetBurnBlockHeight(v float32)
SetBurnBlockHeight sets BurnBlockHeight field to given value.