RosettaConstructionMetadataResponseMetadata

July 14, 2024 ยท View on GitHub

Properties

NameTypeDescriptionNotes
AccountSequencePointer to int32[optional]
RecentBlockHashPointer to string[optional]

Methods

NewRosettaConstructionMetadataResponseMetadata

func NewRosettaConstructionMetadataResponseMetadata() *RosettaConstructionMetadataResponseMetadata

NewRosettaConstructionMetadataResponseMetadata instantiates a new RosettaConstructionMetadataResponseMetadata 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

NewRosettaConstructionMetadataResponseMetadataWithDefaults

func NewRosettaConstructionMetadataResponseMetadataWithDefaults() *RosettaConstructionMetadataResponseMetadata

NewRosettaConstructionMetadataResponseMetadataWithDefaults instantiates a new RosettaConstructionMetadataResponseMetadata 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

GetAccountSequence

func (o *RosettaConstructionMetadataResponseMetadata) GetAccountSequence() int32

GetAccountSequence returns the AccountSequence field if non-nil, zero value otherwise.

GetAccountSequenceOk

func (o *RosettaConstructionMetadataResponseMetadata) GetAccountSequenceOk() (*int32, bool)

GetAccountSequenceOk returns a tuple with the AccountSequence field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAccountSequence

func (o *RosettaConstructionMetadataResponseMetadata) SetAccountSequence(v int32)

SetAccountSequence sets AccountSequence field to given value.

HasAccountSequence

func (o *RosettaConstructionMetadataResponseMetadata) HasAccountSequence() bool

HasAccountSequence returns a boolean if a field has been set.

GetRecentBlockHash

func (o *RosettaConstructionMetadataResponseMetadata) GetRecentBlockHash() string

GetRecentBlockHash returns the RecentBlockHash field if non-nil, zero value otherwise.

GetRecentBlockHashOk

func (o *RosettaConstructionMetadataResponseMetadata) GetRecentBlockHashOk() (*string, bool)

GetRecentBlockHashOk returns a tuple with the RecentBlockHash field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetRecentBlockHash

func (o *RosettaConstructionMetadataResponseMetadata) SetRecentBlockHash(v string)

SetRecentBlockHash sets RecentBlockHash field to given value.

HasRecentBlockHash

func (o *RosettaConstructionMetadataResponseMetadata) HasRecentBlockHash() bool

HasRecentBlockHash returns a boolean if a field has been set.

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