TransactionEventStxLockAllOfStxLockEvent
July 14, 2024 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| LockedAmount | string | ||
| UnlockHeight | int32 | ||
| LockedAddress | string |
Methods
NewTransactionEventStxLockAllOfStxLockEvent
func NewTransactionEventStxLockAllOfStxLockEvent(lockedAmount string, unlockHeight int32, lockedAddress string, ) *TransactionEventStxLockAllOfStxLockEvent
NewTransactionEventStxLockAllOfStxLockEvent instantiates a new TransactionEventStxLockAllOfStxLockEvent 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
NewTransactionEventStxLockAllOfStxLockEventWithDefaults
func NewTransactionEventStxLockAllOfStxLockEventWithDefaults() *TransactionEventStxLockAllOfStxLockEvent
NewTransactionEventStxLockAllOfStxLockEventWithDefaults instantiates a new TransactionEventStxLockAllOfStxLockEvent 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
GetLockedAmount
func (o *TransactionEventStxLockAllOfStxLockEvent) GetLockedAmount() string
GetLockedAmount returns the LockedAmount field if non-nil, zero value otherwise.
GetLockedAmountOk
func (o *TransactionEventStxLockAllOfStxLockEvent) GetLockedAmountOk() (*string, bool)
GetLockedAmountOk returns a tuple with the LockedAmount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetLockedAmount
func (o *TransactionEventStxLockAllOfStxLockEvent) SetLockedAmount(v string)
SetLockedAmount sets LockedAmount field to given value.
GetUnlockHeight
func (o *TransactionEventStxLockAllOfStxLockEvent) GetUnlockHeight() int32
GetUnlockHeight returns the UnlockHeight field if non-nil, zero value otherwise.
GetUnlockHeightOk
func (o *TransactionEventStxLockAllOfStxLockEvent) GetUnlockHeightOk() (*int32, bool)
GetUnlockHeightOk returns a tuple with the UnlockHeight field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetUnlockHeight
func (o *TransactionEventStxLockAllOfStxLockEvent) SetUnlockHeight(v int32)
SetUnlockHeight sets UnlockHeight field to given value.
GetLockedAddress
func (o *TransactionEventStxLockAllOfStxLockEvent) GetLockedAddress() string
GetLockedAddress returns the LockedAddress field if non-nil, zero value otherwise.
GetLockedAddressOk
func (o *TransactionEventStxLockAllOfStxLockEvent) GetLockedAddressOk() (*string, bool)
GetLockedAddressOk returns a tuple with the LockedAddress field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetLockedAddress
func (o *TransactionEventStxLockAllOfStxLockEvent) SetLockedAddress(v string)
SetLockedAddress sets LockedAddress field to given value.