Type alias CapsuleNFTData<T>

CapsuleNFTData<T>: Omit<T, "collectionId" | "state"> & {
    capsuleOffchainData: string;
    collectionId: number | null;
    isSoulbound: boolean;
    nftId: number;
}

Type Parameters

Type declaration

  • capsuleOffchainData: string
  • collectionId: number | null
  • isSoulbound: boolean
  • nftId: number

Generated using TypeDoc