Interface UpdateAuthorityInstructionArgs

interface UpdateAuthorityInstructionArgs {
    metadata: PublicKey;
    newAuthority: null | PublicKey;
    oldAuthority: PublicKey;
    programId: PublicKey;
}

Properties

metadata: PublicKey
newAuthority: null | PublicKey
oldAuthority: PublicKey
programId: PublicKey

Generated using TypeDoc