Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.08 KB

nft.md

File metadata and controls

27 lines (21 loc) · 1.08 KB

AlexFlipnote.py Docs | Models/NFT

NFT

Represents a NFT image.

Attributes

  • colour_name str - This is only available if the season was set to NFTSeason.RANDOM. Use fetch_colour_name to call the colour endpoint for the name.
  • hex str - The colour of the NFT.
  • image Image - The image of the NFT.
  • seeason NFTSeason - The season of the NFT.

Methods


await fetch_colour_name() -> str

Fetches the name of the NFT's colour from the colour endpoint.