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 b861534 commit be16aabCopy full SHA for be16aab
1 file changed
packages/delegation-toolkit/src/experimental/index.ts
@@ -15,6 +15,8 @@ import type {
15
RequestExecutionPermissionsParameters,
16
} from './erc7715RequestExecutionPermissionsAction';
17
18
+export type { DelegatedCall } from './erc7710RedeemDelegationAction';
19
+
20
export {
21
erc7715RequestExecutionPermissionsAction as requestExecutionPermissions,
22
type MetaMaskExtensionClient,
0 commit comments