Skip to content

Commit be16aab

Browse files
authored
Export DelegatedCall type in experimental namespace to allow consumers to easily type params when redeeming a delegation (#85)
1 parent b861534 commit be16aab

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • packages/delegation-toolkit/src/experimental

packages/delegation-toolkit/src/experimental/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ import type {
1515
RequestExecutionPermissionsParameters,
1616
} from './erc7715RequestExecutionPermissionsAction';
1717

18+
export type { DelegatedCall } from './erc7710RedeemDelegationAction';
19+
1820
export {
1921
erc7715RequestExecutionPermissionsAction as requestExecutionPermissions,
2022
type MetaMaskExtensionClient,

0 commit comments

Comments
 (0)