SignMessageMethod: RpcMethod<{
    address: TronAddress;
    message: Base64Message;
}, {
    signature: Signature;
}>

Signs a plain text message. The signature can be used to verify ownership of the account.

The Tron address that will sign the message

The message string in Base64 format to be signed

An object containing the hexadecimal signature of the message