aboutsummaryrefslogtreecommitdiff
path: root/src/external/stellar-freighter-api/@stellar/freighter-api/src/signBlob.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/external/stellar-freighter-api/@stellar/freighter-api/src/signBlob.d.ts')
-rw-r--r--src/external/stellar-freighter-api/@stellar/freighter-api/src/signBlob.d.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/external/stellar-freighter-api/@stellar/freighter-api/src/signBlob.d.ts b/src/external/stellar-freighter-api/@stellar/freighter-api/src/signBlob.d.ts
new file mode 100644
index 0000000..eab6a5a
--- /dev/null
+++ b/src/external/stellar-freighter-api/@stellar/freighter-api/src/signBlob.d.ts
@@ -0,0 +1,3 @@
+export declare const signBlob: (blob: string, opts?: {
+ accountToSign?: string | undefined;
+} | undefined) => Promise<string>;