post https://ag.eqhub.eqbr.com/api/v1/account-manager/accounts//sign-transaction
This is a request to sign a transaction using an account.
Response
| name | Type | Required | Description |
|---|---|---|---|
| messageHash | String | True | The result of hashing the message using the Keccak-256 hash algorithm. |
| v | String | True | The signature recovery identifier. |
| r | String | True | The r value of the signature. |
| s | String | True | The s value of the signature. |
| rawTransaction | String | True | The signed transaction data. |
| transactionHash | String | True | The hash value of the transaction. |
