TransactionEventStxAsset

July 14, 2024 ยท View on GitHub

Properties

NameTypeDescriptionNotes
EventIndexint32
EventTypestring
TxIdstring
AssetTransactionEventAsset

Methods

NewTransactionEventStxAsset

func NewTransactionEventStxAsset(eventIndex int32, eventType string, txId string, asset TransactionEventAsset, ) *TransactionEventStxAsset

NewTransactionEventStxAsset instantiates a new TransactionEventStxAsset 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

NewTransactionEventStxAssetWithDefaults

func NewTransactionEventStxAssetWithDefaults() *TransactionEventStxAsset

NewTransactionEventStxAssetWithDefaults instantiates a new TransactionEventStxAsset 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

GetEventIndex

func (o *TransactionEventStxAsset) GetEventIndex() int32

GetEventIndex returns the EventIndex field if non-nil, zero value otherwise.

GetEventIndexOk

func (o *TransactionEventStxAsset) GetEventIndexOk() (*int32, bool)

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

SetEventIndex

func (o *TransactionEventStxAsset) SetEventIndex(v int32)

SetEventIndex sets EventIndex field to given value.

GetEventType

func (o *TransactionEventStxAsset) GetEventType() string

GetEventType returns the EventType field if non-nil, zero value otherwise.

GetEventTypeOk

func (o *TransactionEventStxAsset) GetEventTypeOk() (*string, bool)

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

SetEventType

func (o *TransactionEventStxAsset) SetEventType(v string)

SetEventType sets EventType field to given value.

GetTxId

func (o *TransactionEventStxAsset) GetTxId() string

GetTxId returns the TxId field if non-nil, zero value otherwise.

GetTxIdOk

func (o *TransactionEventStxAsset) GetTxIdOk() (*string, bool)

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

SetTxId

func (o *TransactionEventStxAsset) SetTxId(v string)

SetTxId sets TxId field to given value.

GetAsset

func (o *TransactionEventStxAsset) GetAsset() TransactionEventAsset

GetAsset returns the Asset field if non-nil, zero value otherwise.

GetAssetOk

func (o *TransactionEventStxAsset) GetAssetOk() (*TransactionEventAsset, bool)

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

SetAsset

func (o *TransactionEventStxAsset) SetAsset(v TransactionEventAsset)

SetAsset sets Asset field to given value.

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