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 edb6e5f commit d6ed04dCopy full SHA for d6ed04d
packages/types/src/sign-client/engine.ts
@@ -83,11 +83,11 @@ export declare namespace EngineTypes {
83
topic: string;
84
}
85
86
- interface RequestParams {
+ interface RequestParams<T = any> {
87
88
request: {
89
method: string;
90
- params: any;
+ params: T;
91
};
92
chainId: string;
93
expiry?: number;
0 commit comments