From 87092d08914d3b43946f16f13a3fa35eb55e3b94 Mon Sep 17 00:00:00 2001 From: ilies Date: Mon, 23 Dec 2024 17:02:03 +0100 Subject: [PATCH] remove ts ignore example mantra --- src/fireblocks.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/fireblocks.ts b/src/fireblocks.ts index c02f7df..3230948 100644 --- a/src/fireblocks.ts +++ b/src/fireblocks.ts @@ -350,11 +350,9 @@ export class FireblocksService { */ async signMantraTx( integration: FireblocksIntegration, - //@ts-ignore tx: components['schemas']['MANTRAUnsignedTx'] | components['schemas']['MANTRAStakeUnsignedTx'], note?: string, ): Promise<{ - //@ts-ignore signed_tx: { data: components['schemas']['MANTRASignedTx'] }; fireblocks_tx: TransactionResponse; }> { @@ -383,7 +381,6 @@ export class FireblocksService { throw new Error('Fireblocks signature is missing'); } - //@ts-ignore const preparedTx = await this.client.POST('/mantra/transaction/prepare', { body: { pubkey: tx.pubkey,