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 3b17caf commit 03117caCopy full SHA for 03117ca
src/types/Actions.ts
@@ -20,3 +20,7 @@ export type ActionParameters<Args, ContractName extends string, Curried extends
20
[key in ContractName]?: Address;
21
}
22
>;
23
+
24
+export type WithAccount<Args> = Args & {
25
+ account: Address;
26
+};
0 commit comments