Coda by Ian Macalinao
    Preparing search index...
    type UpdateArgsArgs = {
        creators: OptionOrNullable<CreatorArgs[]>;
        isMutable: OptionOrNullable<boolean>;
        name: OptionOrNullable<string>;
        primarySaleHappened: OptionOrNullable<boolean>;
        sellerFeeBasisPoints: OptionOrNullable<number>;
        symbol: OptionOrNullable<string>;
        uri: OptionOrNullable<string>;
    }
    Index

    Properties

    creators: OptionOrNullable<CreatorArgs[]>

    New creators array for the asset, or unset to keep the current creators.

    isMutable: OptionOrNullable<boolean>

    New mutability flag, or unset to keep the current value.

    name: OptionOrNullable<string>

    New name for the asset, or unset to keep the current name.

    primarySaleHappened: OptionOrNullable<boolean>

    New primary sale flag, or unset to keep the current value.

    sellerFeeBasisPoints: OptionOrNullable<number>

    New royalty basis points, or unset to keep the current value.

    symbol: OptionOrNullable<string>

    New symbol for the asset, or unset to keep the current symbol.

    uri: OptionOrNullable<string>

    New metadata URI for the asset, or unset to keep the current URI.