File tree Expand file tree Collapse file tree 2 files changed +16
-25
lines changed
docs/specs/openrpc/wallet-api Expand file tree Collapse file tree 2 files changed +16
-25
lines changed Original file line number Diff line number Diff line change @@ -3325,10 +3325,11 @@ methods:
3325
3325
- name : wallet_getCallsStatus
3326
3326
description : This method is used to get the status of calls IDs returned from wallet_sendPreparedCalls.
3327
3327
params :
3328
- - name : getCallsStatusRequest
3328
+ - name : callId
3329
3329
required : true
3330
3330
schema :
3331
3331
description : " The call ID returned from wallet_sendPreparedCalls"
3332
+ title : " callId"
3332
3333
type : " string"
3333
3334
pattern : " ^0x(.*)$"
3334
3335
@@ -3487,31 +3488,21 @@ methods:
3487
3488
- name : wallet_getCapabilities
3488
3489
description : This method is used to request capabilities from a wallet
3489
3490
params :
3490
- - name : getCapabilitiesRequest
3491
+ - name : Wallet Address
3491
3492
required : true
3492
3493
schema :
3493
- anyOf :
3494
- - description : " Wallet address only"
3495
- type : " array"
3496
- items :
3497
- - type : " string"
3498
- pattern : " ^0x(.*)$"
3499
- additionalItems : false
3500
- minItems : 1
3501
- maxItems : 1
3502
- - description : " Wallet address and chain ids"
3503
- type : " array"
3504
- items :
3505
- - type : " string"
3506
- pattern : " ^0x(.*)$"
3507
- - type : " array"
3508
- items :
3509
- type : " string"
3510
- pattern : " ^0x(.*)$"
3511
- additionalItems : false
3512
- minItems : 2
3513
- maxItems : 2
3514
- minItems : 1
3494
+ title : " Wallet Address"
3495
+ type : " string"
3496
+ pattern : " ^0x(.*)$"
3497
+
3498
+ - name : Chain IDs
3499
+ required : false
3500
+ schema :
3501
+ title : " Chain IDs"
3502
+ type : " array"
3503
+ items :
3504
+ type : " string"
3505
+ pattern : " ^0x(.*)$"
3515
3506
3516
3507
result :
3517
3508
name : getCapabilitiesResponse
You can’t perform that action at this time.
0 commit comments