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 95a1443 commit 00b54aeCopy full SHA for 00b54ae
src/factory/types/utils.ts
@@ -1,5 +1,4 @@
1
import type { MetaMap } from ".";
2
-import type { SignerAndSignatureStruct } from "../../contractsTypes/evm/contracts/BridgeStorage";
3
import type {
4
TClaimSFT,
5
TGetChainIdentifier,
@@ -8,6 +7,7 @@ import type {
8
7
TLockNFT,
9
TLockSFT,
10
TNftTransferDetailsObject,
+ TSignerAndSignature,
11
} from "../../handlers/index";
12
13
export type TSupportedChain = keyof MetaMap;
@@ -52,7 +52,7 @@ export type TChainFactory = {
52
chain: TGetStorage,
53
txHash: string,
54
from: string,
55
- ) => Promise<SignerAndSignatureStruct[]>;
+ ) => Promise<TSignerAndSignature[]>;
56
};
57
58
export type TParamMap = {
0 commit comments