AddressUnlockSchedule

July 14, 2024 ยท View on GitHub

Properties

NameTypeDescriptionNotes
AmountstringMicro-STX amount locked at this block height.
BlockHeightfloat32

Methods

NewAddressUnlockSchedule

func NewAddressUnlockSchedule(amount string, blockHeight float32, ) *AddressUnlockSchedule

NewAddressUnlockSchedule instantiates a new AddressUnlockSchedule 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

NewAddressUnlockScheduleWithDefaults

func NewAddressUnlockScheduleWithDefaults() *AddressUnlockSchedule

NewAddressUnlockScheduleWithDefaults instantiates a new AddressUnlockSchedule 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

GetAmount

func (o *AddressUnlockSchedule) GetAmount() string

GetAmount returns the Amount field if non-nil, zero value otherwise.

GetAmountOk

func (o *AddressUnlockSchedule) GetAmountOk() (*string, bool)

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

SetAmount

func (o *AddressUnlockSchedule) SetAmount(v string)

SetAmount sets Amount field to given value.

GetBlockHeight

func (o *AddressUnlockSchedule) GetBlockHeight() float32

GetBlockHeight returns the BlockHeight field if non-nil, zero value otherwise.

GetBlockHeightOk

func (o *AddressUnlockSchedule) GetBlockHeightOk() (*float32, bool)

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

SetBlockHeight

func (o *AddressUnlockSchedule) SetBlockHeight(v float32)

SetBlockHeight sets BlockHeight field to given value.

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