diff --git a/src/auth.js b/src/auth.js index 5934a67d7..335425afb 100644 --- a/src/auth.js +++ b/src/auth.js @@ -17,10 +17,8 @@ import { nativeToScVal } from './scval'; * whose hash you should sign, so that you can inspect the entire structure * if necessary (rather than blindly signing a hash) * - * @returns { - * Promise | - * Promise<{signature: Uint8Array, publicKey: string} - * } the signature of the raw payload (which is the sha256 hash of the preimage + * @returns {Promise} + * the signature of the raw payload (which is the sha256 hash of the preimage * bytes, so `hash(preimage.toXDR())`) either naked, implying it is signed * by the key corresponding to the public key in the entry you pass to * {@link authorizeEntry} (decipherable from its