SmartContractNotFound

July 14, 2024 ยท View on GitHub

Properties

NameTypeDescriptionNotes
Foundbool

Methods

NewSmartContractNotFound

func NewSmartContractNotFound(found bool, ) *SmartContractNotFound

NewSmartContractNotFound instantiates a new SmartContractNotFound 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

NewSmartContractNotFoundWithDefaults

func NewSmartContractNotFoundWithDefaults() *SmartContractNotFound

NewSmartContractNotFoundWithDefaults instantiates a new SmartContractNotFound 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

GetFound

func (o *SmartContractNotFound) GetFound() bool

GetFound returns the Found field if non-nil, zero value otherwise.

GetFoundOk

func (o *SmartContractNotFound) GetFoundOk() (*bool, bool)

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

SetFound

func (o *SmartContractNotFound) SetFound(v bool)

SetFound sets Found field to given value.

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