File tree 1 file changed +6
-27
lines changed
docs/references/http-websocket-apis/public-api-methods/server-info-methods
1 file changed +6
-27
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,8 @@ An example of the request format:
28
28
``` json
29
29
{
30
30
"id" : " list_all_features" ,
31
- "command" : " feature"
31
+ "command" : " feature" ,
32
+ "feature" : " 4C97EBA926031A7CF7D7B36FDE3ED66DDA5421192D63DE53FFB46E43B9DC8373"
32
33
}
33
34
```
34
35
{% /tab %}
@@ -74,32 +75,10 @@ An example of a successful response:
74
75
{
75
76
"id" : " list_all_features" ,
76
77
"result" : {
77
- "features" : {
78
- "00C1FC4A53E60AB02C864641002B3172F38677E29C26C5406685179B37E1EDAC" : {
79
- "enabled" : true ,
80
- "name" : " RequireFullyCanonicalSig" ,
81
- "supported" : true
82
- },
83
- "0285B7E5E08E1A8E4C15636F0591D87F73CB6A7B6452A932AD72BBC8E5D1CBE3" : {
84
- "enabled" : false ,
85
- "name" : " fixNFTokenDirV1" ,
86
- "supported" : true
87
- },
88
- "03BDC0099C4E14163ADA272C1B6F6FABB448CC3E51F522F978041E4B57D9158C" : {
89
- "enabled" : true ,
90
- "name" : " fixNFTokenReserve" ,
91
- "supported" : true
92
- },
93
- "07D43DCE529B15A10827E5E04943B496762F9A88E3268269D69C44BE49E21104" : {
94
- "enabled" : false ,
95
- "name" : " Escrow" ,
96
- "supported" : true
97
- },
98
- "08DE7D96082187F6E6578530258C77FAABABE4C20474BDB82F04B021F1A68647" : {
99
- "enabled" : false ,
100
- "name" : " PayChan" ,
101
- "supported" : true
102
- }
78
+ "4C97EBA926031A7CF7D7B36FDE3ED66DDA5421192D63DE53FFB46E43B9DC8373" : {
79
+ "enabled" : false ,
80
+ "name" : " MultiSign" ,
81
+ "supported" : true
103
82
}
104
83
},
105
84
"status" : " success" ,
You can’t perform that action at this time.
0 commit comments