We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e27ccb commit 718c3dbCopy full SHA for 718c3db
packages/sdk/src/browser-wallets/xverse/signatures.ts
@@ -67,7 +67,7 @@ export async function signPsbt({
67
return { hex: hex!, base64 }
68
}
69
70
-export async function signMessage(options: XverseSignMessageOptions) {
+export async function signMessage(options: XverseSignMessageOptions): Promise<null | { signature: string }> {
71
let result = null
72
if (!options.message || !options.network || !options.address) {
73
throw new Error("Invalid options provided.")
0 commit comments