File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,8 @@ import { nativeToScVal } from './scval';
1717 * whose hash you should sign, so that you can inspect the entire structure
1818 * if necessary (rather than blindly signing a hash)
1919 *
20- * @returns {
21- * Promise<Uint8Array | {signature: Uint8Array, publicKey: string}>
22- * } the signature of the raw payload (which is the sha256 hash of the preimage
20+ * @returns {Promise<Uint8Array | {signature: Uint8Array, publicKey: string}>}
21+ * the signature of the raw payload (which is the sha256 hash of the preimage
2322 * bytes, so `hash(preimage.toXDR())`) either naked, implying it is signed
2423 * by the key corresponding to the public key in the entry you pass to
2524 * {@link authorizeEntry} (decipherable from its
You can’t perform that action at this time.
0 commit comments