Skip to content

Commit 04ab085

Browse files
authored
fix: commit output of docgen (#2093)
1 parent 19b08d3 commit 04ab085

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed

docs-site

Submodule docs-site updated 67 files

docs/pages/reference/account-kit/signer/classes/ServerSignerClient/createAccount.mdx

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,6 @@ import { ServerSignerClient } from "@account-kit/signer";
2020
`CreateAccountParams`
2121
The parameters for creating the account
2222

23-
### params.type
24-
25-
`string`
26-
The type of account to create (only "accessKey" is supported)
27-
28-
### params.accessKey
29-
30-
`string`
31-
The public key to use to authenticate on behalf of the user
32-
33-
### params.email
34-
35-
`string`
36-
The email address associated with the user (optional)
37-
3823
## Returns
3924

4025
`Promise<SignupResponse>`

0 commit comments

Comments
 (0)