Coda by Ian Macalinao
    Preparing search index...
    interface DataV2Args {
        collection: OptionOrNullable<number>;
        creators: OptionOrNullable<number>;
        name: string;
        sellerFeeBasisPoints: number;
        symbol: string;
        uri: string;
        uses: OptionOrNullable<number>;
    }
    Index

    Properties

    collection: OptionOrNullable<number>

    UNUSED Collection

    creators: OptionOrNullable<number>

    UNUSED Array of creators, optional

    name: string

    The name of the asset

    sellerFeeBasisPoints: number

    Royalty basis points that goes to creators in secondary sales (0-10000)

    symbol: string

    The symbol for the asset

    uri: string

    URI pointing to JSON representing the asset

    uses: OptionOrNullable<number>

    UNUSED Uses