ContractInterfaceResponse

July 14, 2024 ยท View on GitHub

Properties

NameTypeDescriptionNotes
Functions[]map[string]interface{}List of defined methods
Variables[]map[string]interface{}List of defined variables
Maps[]map[string]interface{}List of defined data-maps
FungibleTokens[]map[string]interface{}List of fungible tokens in the contract
NonFungibleTokens[]map[string]interface{}List of non-fungible tokens in the contract

Methods

NewContractInterfaceResponse

func NewContractInterfaceResponse(functions []map[string]interface{}, variables []map[string]interface{}, maps []map[string]interface{}, fungibleTokens []map[string]interface{}, nonFungibleTokens []map[string]interface{}, ) *ContractInterfaceResponse

NewContractInterfaceResponse instantiates a new ContractInterfaceResponse 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

NewContractInterfaceResponseWithDefaults

func NewContractInterfaceResponseWithDefaults() *ContractInterfaceResponse

NewContractInterfaceResponseWithDefaults instantiates a new ContractInterfaceResponse 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

GetFunctions

func (o *ContractInterfaceResponse) GetFunctions() []map[string]interface{}

GetFunctions returns the Functions field if non-nil, zero value otherwise.

GetFunctionsOk

func (o *ContractInterfaceResponse) GetFunctionsOk() (*[]map[string]interface{}, bool)

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

SetFunctions

func (o *ContractInterfaceResponse) SetFunctions(v []map[string]interface{})

SetFunctions sets Functions field to given value.

GetVariables

func (o *ContractInterfaceResponse) GetVariables() []map[string]interface{}

GetVariables returns the Variables field if non-nil, zero value otherwise.

GetVariablesOk

func (o *ContractInterfaceResponse) GetVariablesOk() (*[]map[string]interface{}, bool)

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

SetVariables

func (o *ContractInterfaceResponse) SetVariables(v []map[string]interface{})

SetVariables sets Variables field to given value.

GetMaps

func (o *ContractInterfaceResponse) GetMaps() []map[string]interface{}

GetMaps returns the Maps field if non-nil, zero value otherwise.

GetMapsOk

func (o *ContractInterfaceResponse) GetMapsOk() (*[]map[string]interface{}, bool)

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

SetMaps

func (o *ContractInterfaceResponse) SetMaps(v []map[string]interface{})

SetMaps sets Maps field to given value.

GetFungibleTokens

func (o *ContractInterfaceResponse) GetFungibleTokens() []map[string]interface{}

GetFungibleTokens returns the FungibleTokens field if non-nil, zero value otherwise.

GetFungibleTokensOk

func (o *ContractInterfaceResponse) GetFungibleTokensOk() (*[]map[string]interface{}, bool)

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

SetFungibleTokens

func (o *ContractInterfaceResponse) SetFungibleTokens(v []map[string]interface{})

SetFungibleTokens sets FungibleTokens field to given value.

GetNonFungibleTokens

func (o *ContractInterfaceResponse) GetNonFungibleTokens() []map[string]interface{}

GetNonFungibleTokens returns the NonFungibleTokens field if non-nil, zero value otherwise.

GetNonFungibleTokensOk

func (o *ContractInterfaceResponse) GetNonFungibleTokensOk() (*[]map[string]interface{}, bool)

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

SetNonFungibleTokens

func (o *ContractInterfaceResponse) SetNonFungibleTokens(v []map[string]interface{})

SetNonFungibleTokens sets NonFungibleTokens field to given value.

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