Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.34 KB

NFTSearchRequest.md

File metadata and controls

23 lines (18 loc) · 1.34 KB

Org.OpenAPITools.Model.NFTSearchRequest

Properties

Name Type Description Notes
UpdateAuthority string The public key of the update authority of the NFT [optional]
UpdateAuthoritySearchMethod string Only `exact_match` supported at this time [optional] [default to UpdateAuthoritySearchMethodEnum.Exactmatch]
MintAddress string The mint address of the NFT [optional]
MintAddressSearchMethod string Only `exact_match` supported at this time [optional] [default to MintAddressSearchMethodEnum.Exactmatch]
Name string The name of the NFT [optional]
NameSearchMethod string [optional] [default to NameSearchMethodEnum.Exactmatch]
Uri string The NFT's uri [optional]
UriSearchMethod string [optional] [default to UriSearchMethodEnum.Exactmatch]
Symbol string The symbol associated with the candy machine [optional]
SymbolSearchMethod string [optional] [default to SymbolSearchMethodEnum.Exactmatch]
Network string [optional] [default to NetworkEnum.Devnet]

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