Skip to content

Latest commit

 

History

History
114 lines (61 loc) · 3.81 KB

AddressTokensTransactionUnconfirmedErc721.md

File metadata and controls

114 lines (61 loc) · 3.81 KB

AddressTokensTransactionUnconfirmedErc721

Properties

Name Type Description Notes
Name string Specifies the name of the token.
Symbol string Specifies an identifier of the token, where up to five alphanumeric characters can be used for it.
TokenId string Specifies the unique ID of the token.
ContractAddress string Specifies the address of the contract.

Methods

NewAddressTokensTransactionUnconfirmedErc721

func NewAddressTokensTransactionUnconfirmedErc721(name string, symbol string, tokenId string, contractAddress string, ) *AddressTokensTransactionUnconfirmedErc721

NewAddressTokensTransactionUnconfirmedErc721 instantiates a new AddressTokensTransactionUnconfirmedErc721 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

NewAddressTokensTransactionUnconfirmedErc721WithDefaults

func NewAddressTokensTransactionUnconfirmedErc721WithDefaults() *AddressTokensTransactionUnconfirmedErc721

NewAddressTokensTransactionUnconfirmedErc721WithDefaults instantiates a new AddressTokensTransactionUnconfirmedErc721 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

GetName

func (o *AddressTokensTransactionUnconfirmedErc721) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *AddressTokensTransactionUnconfirmedErc721) 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 *AddressTokensTransactionUnconfirmedErc721) SetName(v string)

SetName sets Name field to given value.

GetSymbol

func (o *AddressTokensTransactionUnconfirmedErc721) GetSymbol() string

GetSymbol returns the Symbol field if non-nil, zero value otherwise.

GetSymbolOk

func (o *AddressTokensTransactionUnconfirmedErc721) GetSymbolOk() (*string, bool)

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

SetSymbol

func (o *AddressTokensTransactionUnconfirmedErc721) SetSymbol(v string)

SetSymbol sets Symbol field to given value.

GetTokenId

func (o *AddressTokensTransactionUnconfirmedErc721) GetTokenId() string

GetTokenId returns the TokenId field if non-nil, zero value otherwise.

GetTokenIdOk

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

SetTokenId

func (o *AddressTokensTransactionUnconfirmedErc721) SetTokenId(v string)

SetTokenId sets TokenId field to given value.

GetContractAddress

func (o *AddressTokensTransactionUnconfirmedErc721) GetContractAddress() string

GetContractAddress returns the ContractAddress field if non-nil, zero value otherwise.

GetContractAddressOk

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

SetContractAddress

func (o *AddressTokensTransactionUnconfirmedErc721) SetContractAddress(v string)

SetContractAddress sets ContractAddress field to given value.

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