post https://ag.eqhub.eqbr.com/api/v1/account-manager/accounts//sign
This is a request for a signature using an account.
Response
name | Type | Required | Description |
---|---|---|---|
message | String | True | The original message of the signed signature. |
messageHash | Number | True | The result of hashing the message using the Keccak-256 hash algorithm. |
v | Bool | True | The signature recovery identifier. |
r | String | True | The r value of the signature. |
s | String | True | The s value of the signature. |
signature | String | True | The signature encoded as a hexadecimal string. |