Skip to content

Latest commit

 

History

History
177 lines (94 loc) · 4.52 KB

FixedAssetOutput.md

File metadata and controls

177 lines (94 loc) · 4.52 KB

FixedAssetOutput

Properties

Name Type Description Notes
Hint int32
Key string
AttoAlphAmount string
Address string
Tokens []Token
LockTime int64
Message string

Methods

NewFixedAssetOutput

func NewFixedAssetOutput(hint int32, key string, attoAlphAmount string, address string, tokens []Token, lockTime int64, message string, ) *FixedAssetOutput

NewFixedAssetOutput instantiates a new FixedAssetOutput 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

NewFixedAssetOutputWithDefaults

func NewFixedAssetOutputWithDefaults() *FixedAssetOutput

NewFixedAssetOutputWithDefaults instantiates a new FixedAssetOutput 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

GetHint

func (o *FixedAssetOutput) GetHint() int32

GetHint returns the Hint field if non-nil, zero value otherwise.

GetHintOk

func (o *FixedAssetOutput) GetHintOk() (*int32, bool)

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

SetHint

func (o *FixedAssetOutput) SetHint(v int32)

SetHint sets Hint field to given value.

GetKey

func (o *FixedAssetOutput) GetKey() string

GetKey returns the Key field if non-nil, zero value otherwise.

GetKeyOk

func (o *FixedAssetOutput) GetKeyOk() (*string, bool)

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

SetKey

func (o *FixedAssetOutput) SetKey(v string)

SetKey sets Key field to given value.

GetAttoAlphAmount

func (o *FixedAssetOutput) GetAttoAlphAmount() string

GetAttoAlphAmount returns the AttoAlphAmount field if non-nil, zero value otherwise.

GetAttoAlphAmountOk

func (o *FixedAssetOutput) GetAttoAlphAmountOk() (*string, bool)

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

SetAttoAlphAmount

func (o *FixedAssetOutput) SetAttoAlphAmount(v string)

SetAttoAlphAmount sets AttoAlphAmount field to given value.

GetAddress

func (o *FixedAssetOutput) GetAddress() string

GetAddress returns the Address field if non-nil, zero value otherwise.

GetAddressOk

func (o *FixedAssetOutput) GetAddressOk() (*string, bool)

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

SetAddress

func (o *FixedAssetOutput) SetAddress(v string)

SetAddress sets Address field to given value.

GetTokens

func (o *FixedAssetOutput) GetTokens() []Token

GetTokens returns the Tokens field if non-nil, zero value otherwise.

GetTokensOk

func (o *FixedAssetOutput) GetTokensOk() (*[]Token, bool)

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

SetTokens

func (o *FixedAssetOutput) SetTokens(v []Token)

SetTokens sets Tokens field to given value.

GetLockTime

func (o *FixedAssetOutput) GetLockTime() int64

GetLockTime returns the LockTime field if non-nil, zero value otherwise.

GetLockTimeOk

func (o *FixedAssetOutput) GetLockTimeOk() (*int64, bool)

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

SetLockTime

func (o *FixedAssetOutput) SetLockTime(v int64)

SetLockTime sets LockTime field to given value.

GetMessage

func (o *FixedAssetOutput) GetMessage() string

GetMessage returns the Message field if non-nil, zero value otherwise.

GetMessageOk

func (o *FixedAssetOutput) GetMessageOk() (*string, bool)

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

SetMessage

func (o *FixedAssetOutput) SetMessage(v string)

SetMessage sets Message field to given value.

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