ContractCallTransactionMetadataContractCallFunctionArgsInner
July 14, 2024 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Hex | string | ||
| Repr | string | ||
| Name | string | ||
| Type | string |
Methods
NewContractCallTransactionMetadataContractCallFunctionArgsInner
func NewContractCallTransactionMetadataContractCallFunctionArgsInner(hex string, repr string, name string, type_ string, ) *ContractCallTransactionMetadataContractCallFunctionArgsInner
NewContractCallTransactionMetadataContractCallFunctionArgsInner instantiates a new ContractCallTransactionMetadataContractCallFunctionArgsInner 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
NewContractCallTransactionMetadataContractCallFunctionArgsInnerWithDefaults
func NewContractCallTransactionMetadataContractCallFunctionArgsInnerWithDefaults() *ContractCallTransactionMetadataContractCallFunctionArgsInner
NewContractCallTransactionMetadataContractCallFunctionArgsInnerWithDefaults instantiates a new ContractCallTransactionMetadataContractCallFunctionArgsInner 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
GetHex
func (o *ContractCallTransactionMetadataContractCallFunctionArgsInner) GetHex() string
GetHex returns the Hex field if non-nil, zero value otherwise.
GetHexOk
func (o *ContractCallTransactionMetadataContractCallFunctionArgsInner) GetHexOk() (*string, bool)
GetHexOk returns a tuple with the Hex field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetHex
func (o *ContractCallTransactionMetadataContractCallFunctionArgsInner) SetHex(v string)
SetHex sets Hex field to given value.
GetRepr
func (o *ContractCallTransactionMetadataContractCallFunctionArgsInner) GetRepr() string
GetRepr returns the Repr field if non-nil, zero value otherwise.
GetReprOk
func (o *ContractCallTransactionMetadataContractCallFunctionArgsInner) GetReprOk() (*string, bool)
GetReprOk returns a tuple with the Repr field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetRepr
func (o *ContractCallTransactionMetadataContractCallFunctionArgsInner) SetRepr(v string)
SetRepr sets Repr field to given value.
GetName
func (o *ContractCallTransactionMetadataContractCallFunctionArgsInner) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
GetNameOk
func (o *ContractCallTransactionMetadataContractCallFunctionArgsInner) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetName
func (o *ContractCallTransactionMetadataContractCallFunctionArgsInner) SetName(v string)
SetName sets Name field to given value.
GetType
func (o *ContractCallTransactionMetadataContractCallFunctionArgsInner) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
GetTypeOk
func (o *ContractCallTransactionMetadataContractCallFunctionArgsInner) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetType
func (o *ContractCallTransactionMetadataContractCallFunctionArgsInner) SetType(v string)
SetType sets Type field to given value.