SignMessageMethod: RpcMethod<{
    message: string;
    opts?: Sep43SignOptions;
}, {
    signedMessage: string;
    signerAddress: StellarAddress;
}>

Signs an arbitrary UTF-8 message and returns the base64-encoded signature with the signer address.