Coda by Ian Macalinao
    Preparing search index...
    type UpdateV2ArgsArgs = {
        newName: OptionOrNullable<string>;
        newUpdateAuthority: OptionOrNullable<UpdateAuthorityArgs>;
        newUri: OptionOrNullable<string>;
    }
    Index

    Properties

    newName: OptionOrNullable<string>

    The asset's new display name, if changing.

    newUpdateAuthority: OptionOrNullable<UpdateAuthorityArgs>

    The asset's new update authority, if changing.

    newUri: OptionOrNullable<string>

    The asset's new metadata URI, if changing.