Skip to content

Latest commit

 

History

History
114 lines (61 loc) · 3.5 KB

TokenApprovalDeletion.md

File metadata and controls

114 lines (61 loc) · 3.5 KB

TokenApprovalDeletion

Properties

Name Type Description Notes
ChainID string The unique identifier of a blockchain in CAIP-2 notation.
AccountAddress string The address of an account.
SpenderAddress string The address of an account.
TokenAddress string The address of an account.

Methods

NewTokenApprovalDeletion

func NewTokenApprovalDeletion(chainID string, accountAddress string, spenderAddress string, tokenAddress string, ) *TokenApprovalDeletion

NewTokenApprovalDeletion instantiates a new TokenApprovalDeletion 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

NewTokenApprovalDeletionWithDefaults

func NewTokenApprovalDeletionWithDefaults() *TokenApprovalDeletion

NewTokenApprovalDeletionWithDefaults instantiates a new TokenApprovalDeletion 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

GetChainID

func (o *TokenApprovalDeletion) GetChainID() string

GetChainID returns the ChainID field if non-nil, zero value otherwise.

GetChainIDOk

func (o *TokenApprovalDeletion) 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.

SetChainID

func (o *TokenApprovalDeletion) SetChainID(v string)

SetChainID sets ChainID field to given value.

GetAccountAddress

func (o *TokenApprovalDeletion) GetAccountAddress() string

GetAccountAddress returns the AccountAddress field if non-nil, zero value otherwise.

GetAccountAddressOk

func (o *TokenApprovalDeletion) GetAccountAddressOk() (*string, bool)

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

SetAccountAddress

func (o *TokenApprovalDeletion) SetAccountAddress(v string)

SetAccountAddress sets AccountAddress field to given value.

GetSpenderAddress

func (o *TokenApprovalDeletion) GetSpenderAddress() string

GetSpenderAddress returns the SpenderAddress field if non-nil, zero value otherwise.

GetSpenderAddressOk

func (o *TokenApprovalDeletion) GetSpenderAddressOk() (*string, bool)

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

SetSpenderAddress

func (o *TokenApprovalDeletion) SetSpenderAddress(v string)

SetSpenderAddress sets SpenderAddress field to given value.

GetTokenAddress

func (o *TokenApprovalDeletion) GetTokenAddress() string

GetTokenAddress returns the TokenAddress field if non-nil, zero value otherwise.

GetTokenAddressOk

func (o *TokenApprovalDeletion) GetTokenAddressOk() (*string, bool)

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

SetTokenAddress

func (o *TokenApprovalDeletion) SetTokenAddress(v string)

SetTokenAddress sets TokenAddress field to given value.

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