Type alias NftMetadata

NftMetadata: {
    address: string;
    collection: Omit<CollectionInfo, "name" | "family">;
    collectionDetails: object | null;
    creators: Creator[];
    editionNonce: number;
    isMutable: boolean;
    json: object | null;
    jsonLoaded: boolean;
    mintAddress: string;
    model: string;
    name: string;
    primarySaleHappened: boolean;
    sellerFeeBasisPoints: number;
    symbol: string;
    tokenStandard: number;
    updateAuthorityAddress: string;
    uri: string;
    uses: object | null;
}

Type declaration

  • address: string
  • collection: Omit<CollectionInfo, "name" | "family">
  • collectionDetails: object | null
  • creators: Creator[]
  • editionNonce: number
  • isMutable: boolean
  • json: object | null
  • jsonLoaded: boolean
  • mintAddress: string
  • model: string
  • name: string
  • primarySaleHappened: boolean
  • sellerFeeBasisPoints: number
  • symbol: string
  • tokenStandard: number
  • updateAuthorityAddress: string
  • uri: string
  • uses: object | null

Generated using TypeDoc