Coda by Ian Macalinao
    Preparing search index...
    interface DataArgs {
        creators: OptionOrNullable<Creator[]>;
        name: string;
        sellerFeeBasisPoints: number;
        symbol: string;
        uri: string;
    }
    Index

    Properties

    creators: OptionOrNullable<Creator[]>
    name: string
    sellerFeeBasisPoints: number
    symbol: string
    uri: string