Skip to content

Commit d53ab55

Browse files
committed
api methods -> actions
1 parent cc2e8b1 commit d53ab55

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

delegation-toolkit/reference/erc7715/bundler-client.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
2-
description: Bundler Client API reference.
3-
sidebar_label: Bundler Client
2+
description: Bundler Client actions reference.
3+
sidebar_label: Bundler Client actions
44
toc_max_heading_level: 2
5-
keywords: [ERC-7715, Viem, bundler client, API methods, actions, reference]
5+
keywords: [ERC-7715, Viem, bundler client, actions, reference]
66
---
77

88
import Tabs from "@theme/Tabs";
99
import TabItem from "@theme/TabItem";
1010

11-
# Bundler Client
11+
# Bundler Client actions reference
1212

13-
The following API methods are related to the [Viem Bundler Client](https://viem.sh/account-abstraction/clients/bundler) used to [execute on a MetaMask user's behalf](../../guides/erc7715/execute-on-metamask-users-behalf.md).
13+
The following actions are related to the [Viem Bundler Client](https://viem.sh/account-abstraction/clients/bundler) used to [execute on a MetaMask user's behalf](../../guides/erc7715/execute-on-metamask-users-behalf.md).
1414

1515
## `sendUserOperationWithDelegation`
1616

delegation-toolkit/reference/erc7715/wallet-client.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
2-
description: Wallet Client API reference.
3-
sidebar_label: Wallet Client
2+
description: Wallet Client actions reference.
3+
sidebar_label: Wallet Client actions
44
toc_max_heading_level: 2
5-
keywords: [ERC-7715, Viem, wallet client, API methods, actions, reference]
5+
keywords: [ERC-7715, Viem, wallet client, actions, reference]
66
---
77

88
import Tabs from "@theme/Tabs";
99
import TabItem from "@theme/TabItem";
1010

11-
# Wallet Client reference
11+
# Wallet Client actions reference
1212

13-
The following API methods are related to the [Viem Wallet Client](https://viem.sh/docs/clients/wallet) used to [execute on a MetaMask user's behalf](../../guides/erc7715/execute-on-metamask-users-behalf.md).
13+
The following actions are related to the [Viem Wallet Client](https://viem.sh/docs/clients/wallet) used to [execute on a MetaMask user's behalf](../../guides/erc7715/execute-on-metamask-users-behalf.md).
1414

1515
## `requestExecutionPermissions`
1616

0 commit comments

Comments
 (0)