Type alias FindNftsByUpdateAuthorityInput

FindNftsByUpdateAuthorityInput: {
    updateAuthority: PublicKey;
}

Type declaration

  • updateAuthority: PublicKey

    The address of the update authority.

Generated using TypeDoc