You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/specs/openrpc/wallet-api/wallet-api.yaml
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ methods:
12
12
- name: wallet_requestAccount
13
13
description: This method is used to get the smart account address and relevant info for a given signer. If an account does not already exist for a given signer, this method will create one before returning the counterfactual address.
14
14
params:
15
-
- name: requestAccountRequest
15
+
- name: params[0]
16
16
required: true
17
17
schema:
18
18
anyOf:
@@ -204,7 +204,7 @@ methods:
204
204
- name: wallet_prepareCalls
205
205
description: This method is used to prepare a user operation for submission. It will return a built user operation and a signature request which needs to be signed by the user before submitting to wallet_sendPreparedCalls
206
206
params:
207
-
- name: prepareCallsRequest
207
+
- name: params[0]
208
208
required: true
209
209
schema:
210
210
type: "object"
@@ -1907,7 +1907,7 @@ methods:
1907
1907
- name: wallet_sendPreparedCalls
1908
1908
description: This method is used after signing the signatureRequest returned from prepareCalls to submit a user operation
1909
1909
params:
1910
-
- name: sendPreparedCallsRequest
1910
+
- name: params[0]
1911
1911
required: true
1912
1912
schema:
1913
1913
allOf:
@@ -2825,7 +2825,7 @@ methods:
2825
2825
- name: wallet_createSession
2826
2826
description: This method is used to create a session for a given address with specified permissions.
2827
2827
params:
2828
-
- name: createSessionRequest
2828
+
- name: params[0]
2829
2829
required: true
2830
2830
schema:
2831
2831
type: "object"
@@ -3157,7 +3157,7 @@ methods:
3157
3157
- name: wallet_formatSign
3158
3158
description: This method is used to format ECDSA signatures
3159
3159
params:
3160
-
- name: formatSignRequest
3160
+
- name: params[0]
3161
3161
required: true
3162
3162
schema:
3163
3163
type: "object"
@@ -3537,7 +3537,7 @@ methods:
3537
3537
- name: wallet_listAccounts
3538
3538
description: This method is used to list all smart accounts for a given signer.
3539
3539
params:
3540
-
- name: listAccountsRequest
3540
+
- name: params[0]
3541
3541
required: true
3542
3542
schema:
3543
3543
type: "object"
@@ -3611,7 +3611,7 @@ methods:
3611
3611
- name: wallet_prepareSign
3612
3612
description: This method is used to translate raw data into a signature request
0 commit comments