Skip to content

Commit 20979f8

Browse files
committed
remove callouts
1 parent be9e65a commit 20979f8

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

docs/base-account/reference/core/getCryptoKeyAccount.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ description: "Retrieve the current crypto key account associated with the user's
55

66
Defined in the [Base Account SDK](https://github.com/base/account-sdk)
77

8-
<Info>
9-
Retrieves the current crypto key account associated with the user's session. Crypto keys are used as the default local signer implementation for sub accounts.
10-
</Info>
8+
119

1210
## Parameters
1311

docs/base-account/reference/core/sdk-utilities.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ if (existingKeyPair) {
3535

3636
### [getCryptoKeyAccount](/base-account/reference/core/getCryptoKeyAccount)
3737

38-
Retrieves the current crypto account associated with the user's session. This is the primary function for accessing account information.
3938

4039
```tsx
4140
import { getCryptoKeyAccount } from '@base-org/account';

0 commit comments

Comments
 (0)