TransactionEventSmartContractLogAllOfContractLog
July 14, 2024 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| ContractId | string | ||
| Topic | string | ||
| Value | PostConditionNonFungibleAllOfAssetValue |
Methods
NewTransactionEventSmartContractLogAllOfContractLog
func NewTransactionEventSmartContractLogAllOfContractLog(contractId string, topic string, value PostConditionNonFungibleAllOfAssetValue, ) *TransactionEventSmartContractLogAllOfContractLog
NewTransactionEventSmartContractLogAllOfContractLog instantiates a new TransactionEventSmartContractLogAllOfContractLog 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
NewTransactionEventSmartContractLogAllOfContractLogWithDefaults
func NewTransactionEventSmartContractLogAllOfContractLogWithDefaults() *TransactionEventSmartContractLogAllOfContractLog
NewTransactionEventSmartContractLogAllOfContractLogWithDefaults instantiates a new TransactionEventSmartContractLogAllOfContractLog 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
GetContractId
func (o *TransactionEventSmartContractLogAllOfContractLog) GetContractId() string
GetContractId returns the ContractId field if non-nil, zero value otherwise.
GetContractIdOk
func (o *TransactionEventSmartContractLogAllOfContractLog) GetContractIdOk() (*string, bool)
GetContractIdOk returns a tuple with the ContractId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetContractId
func (o *TransactionEventSmartContractLogAllOfContractLog) SetContractId(v string)
SetContractId sets ContractId field to given value.
GetTopic
func (o *TransactionEventSmartContractLogAllOfContractLog) GetTopic() string
GetTopic returns the Topic field if non-nil, zero value otherwise.
GetTopicOk
func (o *TransactionEventSmartContractLogAllOfContractLog) GetTopicOk() (*string, bool)
GetTopicOk returns a tuple with the Topic field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetTopic
func (o *TransactionEventSmartContractLogAllOfContractLog) SetTopic(v string)
SetTopic sets Topic field to given value.
GetValue
func (o *TransactionEventSmartContractLogAllOfContractLog) GetValue() PostConditionNonFungibleAllOfAssetValue
GetValue returns the Value field if non-nil, zero value otherwise.
GetValueOk
func (o *TransactionEventSmartContractLogAllOfContractLog) GetValueOk() (*PostConditionNonFungibleAllOfAssetValue, bool)
GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetValue
func (o *TransactionEventSmartContractLogAllOfContractLog) SetValue(v PostConditionNonFungibleAllOfAssetValue)
SetValue sets Value field to given value.