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, 0 insertions, 3 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
deleted file mode 100644
index eab6a5a..0000000
--- a/src/external/stellar-freighter-api/@stellar/freighter-api/src/signBlob.d.ts
+++ /dev/null
@@ -1,3 +0,0 @@
-export declare const signBlob: (blob: string, opts?: {
- accountToSign?: string | undefined;
-} | undefined) => Promise<string>;