Coda by Ian Macalinao
    Preparing search index...

    Arguments for updateV2.

    type UpdateV2Args = {
        newName: Option<string>;
        newUpdateAuthority: Option<UpdateAuthority>;
        newUri: Option<string>;
    }
    Index

    Properties

    newName: Option<string>

    The asset's new display name, if changing.

    newUpdateAuthority: Option<UpdateAuthority>

    The asset's new update authority, if changing.

    newUri: Option<string>

    The asset's new metadata URI, if changing.