summary:Sign a message with the private key from an address in the wallet.
parameters:
- name:walletname
in:path
description:name of the wallet including .jmdat
required:true
schema:
type:string
requestBody:
content:
application/json:
schema:
$ref:'#/components/schemas/SignMessageRequest'
responses:
'200':
$ref:'#/components/responses/SignMessage-200-OK'
'400':
$ref:'#/components/responses/400-BadRequest'
components:
securitySchemes:
bearerAuth:
@ -1120,6 +1142,31 @@ components:
type:integer
example:6
description:Bitcoin miner fee to use for transaction. A number higher than 1000 is used as satoshi per kvB tx fee. The number lower than that uses the dynamic fee estimation of blockchain provider as confirmation target.