DataV2: {
    collection: Option<Collection>;
    creators: Option<Creator[]>;
    name: string;
    sellerFeeBasisPoints: number;
    symbol: string;
    uri: string;
    uses: Option<Uses>;
}

Type declaration

Generated using TypeDoc