We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83f6d66 commit 99c2775Copy full SHA for 99c2775
1 file changed
src/commands/title-escrow/reject-return-to-issuer.ts
@@ -1,6 +1,6 @@
1
import { error, success, info } from 'signale';
2
import signale from 'signale';
3
-import { Wallet, TransactionReceipt, Signer } from 'ethers';
+import { TransactionReceipt } from 'ethers';
4
import { v5Contracts, CHAIN_ID, rejectReturned as rejectReturnedImpl } from '@trustvc/trustvc';
5
import { BaseTitleEscrowCommand as TitleEscrowReturnDocumentCommand } from '../../types';
6
import {
0 commit comments