Signs a message using the Cosmos SDK.
The address of the account signing the message.
Represents the response from the Cosmos Signed Message API.
POST //cosmos/{accountName}/sign-message HTTP/1.1 Host: beta.usemoon.ai Authorization: text Content-Type: application/json Accept: */* Content-Length: 18 { "message": "text" }
A promise that resolves to a CosmosSignedMessageAPIResponse object containing the signed message data.
CosmosSignedMessageAPIResponse
{ "success": true, "message": "text", "data": { "signedMessage": "text" } }