RosettaBlockIdentifierHash

July 14, 2024 ยท View on GitHub

Properties

NameTypeDescriptionNotes
HashstringThis is also known as the block hash.

Methods

NewRosettaBlockIdentifierHash

func NewRosettaBlockIdentifierHash(hash string, ) *RosettaBlockIdentifierHash

NewRosettaBlockIdentifierHash instantiates a new RosettaBlockIdentifierHash 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

NewRosettaBlockIdentifierHashWithDefaults

func NewRosettaBlockIdentifierHashWithDefaults() *RosettaBlockIdentifierHash

NewRosettaBlockIdentifierHashWithDefaults instantiates a new RosettaBlockIdentifierHash 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

GetHash

func (o *RosettaBlockIdentifierHash) GetHash() string

GetHash returns the Hash field if non-nil, zero value otherwise.

GetHashOk

func (o *RosettaBlockIdentifierHash) 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.

SetHash

func (o *RosettaBlockIdentifierHash) SetHash(v string)

SetHash sets Hash field to given value.

[Back to Model list] [Back to API list] [Back to README]