# Interface: SignedMessage<T\>

A signed message contains some sort of message, as well as its signature and the address that
claims to have signed this message.

## Type parameters

| Name |
| :--- |
| `T`  |

## Table of contents

### Properties

- [message](SignedMessage.md#message)
- [sender](SignedMessage.md#sender)
- [signature](SignedMessage.md#signature)

## Properties

### message

• **message**: `T`

---

### sender

• `Optional` **sender**: [`EthAddress`](../README.md#ethaddress)

---

### signature

• `Optional` **signature**: `string`
