func NewErc1155Request() *Erc1155Request
NewErc1155Request instantiates a new Erc1155Request 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
func NewErc1155RequestWithDefaults() *Erc1155Request
NewErc1155RequestWithDefaults instantiates a new Erc1155Request 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
func (o *Erc1155Request) GetTo() string
GetTo returns the To field if non-nil, zero value otherwise.
func (o *Erc1155Request) GetToOk() (*string, bool)
GetToOk returns a tuple with the To field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Erc1155Request) SetTo(v string)
SetTo sets To field to given value.
func (o *Erc1155Request) HasTo() bool
HasTo returns a boolean if a field has been set.
func (o *Erc1155Request) GetData() string
GetData returns the Data field if non-nil, zero value otherwise.
func (o *Erc1155Request) GetDataOk() (*string, bool)
GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Erc1155Request) SetData(v string)
SetData sets Data field to given value.
func (o *Erc1155Request) HasData() bool
HasData returns a boolean if a field has been set.
func (o *Erc1155Request) GetInput() string
GetInput returns the Input field if non-nil, zero value otherwise.
func (o *Erc1155Request) GetInputOk() (*string, bool)
GetInputOk returns a tuple with the Input field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Erc1155Request) SetInput(v string)
SetInput sets Input field to given value.
func (o *Erc1155Request) HasInput() bool
HasInput returns a boolean if a field has been set.
func (o *Erc1155Request) GetValue() string
GetValue returns the Value field if non-nil, zero value otherwise.
func (o *Erc1155Request) GetValueOk() (*string, 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.
func (o *Erc1155Request) SetValue(v string)
SetValue sets Value field to given value.
func (o *Erc1155Request) HasValue() bool
HasValue returns a boolean if a field has been set.
func (o *Erc1155Request) GetNonce() string
GetNonce returns the Nonce field if non-nil, zero value otherwise.
func (o *Erc1155Request) GetNonceOk() (*string, bool)
GetNonceOk returns a tuple with the Nonce field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Erc1155Request) SetNonce(v string)
SetNonce sets Nonce field to given value.
func (o *Erc1155Request) HasNonce() bool
HasNonce returns a boolean if a field has been set.
func (o *Erc1155Request) GetGas() string
GetGas returns the Gas field if non-nil, zero value otherwise.
func (o *Erc1155Request) GetGasOk() (*string, bool)
GetGasOk returns a tuple with the Gas field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Erc1155Request) SetGas(v string)
SetGas sets Gas field to given value.
func (o *Erc1155Request) HasGas() bool
HasGas returns a boolean if a field has been set.
func (o *Erc1155Request) GetGasPrice() string
GetGasPrice returns the GasPrice field if non-nil, zero value otherwise.
func (o *Erc1155Request) GetGasPriceOk() (*string, bool)
GetGasPriceOk returns a tuple with the GasPrice field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Erc1155Request) SetGasPrice(v string)
SetGasPrice sets GasPrice field to given value.
func (o *Erc1155Request) HasGasPrice() bool
HasGasPrice returns a boolean if a field has been set.
func (o *Erc1155Request) GetChainId() string
GetChainId returns the ChainId field if non-nil, zero value otherwise.
func (o *Erc1155Request) GetChainIdOk() (*string, bool)
GetChainIdOk returns a tuple with the ChainId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Erc1155Request) SetChainId(v string)
SetChainId sets ChainId field to given value.
func (o *Erc1155Request) HasChainId() bool
HasChainId returns a boolean if a field has been set.
func (o *Erc1155Request) GetEncoding() string
GetEncoding returns the Encoding field if non-nil, zero value otherwise.
func (o *Erc1155Request) GetEncodingOk() (*string, bool)
GetEncodingOk returns a tuple with the Encoding field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Erc1155Request) SetEncoding(v string)
SetEncoding sets Encoding field to given value.
func (o *Erc1155Request) HasEncoding() bool
HasEncoding returns a boolean if a field has been set.
func (o *Erc1155Request) GetEOA() bool
GetEOA returns the EOA field if non-nil, zero value otherwise.
func (o *Erc1155Request) GetEOAOk() (*bool, bool)
GetEOAOk returns a tuple with the EOA field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Erc1155Request) SetEOA(v bool)
SetEOA sets EOA field to given value.
func (o *Erc1155Request) HasEOA() bool
HasEOA returns a boolean if a field has been set.
func (o *Erc1155Request) GetContractAddress() string
GetContractAddress returns the ContractAddress field if non-nil, zero value otherwise.
func (o *Erc1155Request) GetContractAddressOk() (*string, bool)
GetContractAddressOk returns a tuple with the ContractAddress field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Erc1155Request) SetContractAddress(v string)
SetContractAddress sets ContractAddress field to given value.
func (o *Erc1155Request) HasContractAddress() bool
HasContractAddress returns a boolean if a field has been set.
func (o *Erc1155Request) GetTokenId() string
GetTokenId returns the TokenId field if non-nil, zero value otherwise.
func (o *Erc1155Request) GetTokenIdOk() (*string, bool)
GetTokenIdOk returns a tuple with the TokenId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Erc1155Request) SetTokenId(v string)
SetTokenId sets TokenId field to given value.
func (o *Erc1155Request) HasTokenId() bool
HasTokenId returns a boolean if a field has been set.
func (o *Erc1155Request) GetTokenIds() string
GetTokenIds returns the TokenIds field if non-nil, zero value otherwise.
func (o *Erc1155Request) GetTokenIdsOk() (*string, bool)
GetTokenIdsOk returns a tuple with the TokenIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Erc1155Request) SetTokenIds(v string)
SetTokenIds sets TokenIds field to given value.
func (o *Erc1155Request) HasTokenIds() bool
HasTokenIds returns a boolean if a field has been set.
func (o *Erc1155Request) GetApproved() bool
GetApproved returns the Approved field if non-nil, zero value otherwise.
func (o *Erc1155Request) GetApprovedOk() (*bool, bool)
GetApprovedOk returns a tuple with the Approved field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Erc1155Request) SetApproved(v bool)
SetApproved sets Approved field to given value.
func (o *Erc1155Request) HasApproved() bool
HasApproved returns a boolean if a field has been set.
func (o *Erc1155Request) GetBroadcast() bool
GetBroadcast returns the Broadcast field if non-nil, zero value otherwise.
func (o *Erc1155Request) GetBroadcastOk() (*bool, bool)
GetBroadcastOk returns a tuple with the Broadcast field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Erc1155Request) SetBroadcast(v bool)
SetBroadcast sets Broadcast field to given value.
func (o *Erc1155Request) HasBroadcast() bool
HasBroadcast returns a boolean if a field has been set.
[Back to Model list] [Back to API list] [Back to README]
To
Pointer to string
[optional]
Data
Pointer to string
[optional]
Input
Pointer to string
[optional]
Value
Pointer to string
[optional]
Nonce
Pointer to string
[optional]
Gas
Pointer to string
[optional]
GasPrice
Pointer to string
[optional]
ChainId
Pointer to string
[optional]
Encoding
Pointer to string
[optional]
EOA
Pointer to bool
[optional]
ContractAddress
Pointer to string
[optional]
TokenId
Pointer to string
[optional]
TokenIds
Pointer to string
[optional]
Approved
Pointer to bool
[optional]
Broadcast
Pointer to bool
[optional]