We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 062ad45 commit 9a2001eCopy full SHA for 9a2001e
docs/index.rst
@@ -208,7 +208,7 @@ sign_attestation reply
208
"id": "84",
209
"result": {
210
"signature": <512 bytes>
211
- "pubkey_pem": <bytes>
+ "pubkey_pem": <pem string>
212
"ext_signature": <bytes>
213
}
214
@@ -1174,7 +1174,7 @@ sign_bip85_digests reply
1174
]
1175
1176
1177
-* 'result' is a public key pem string
+* 'result' is an array of signatures, corresponding to the array of digests passed in.
1178
1179
1180
.. _get_identity_pubkey_request:
0 commit comments