> For the complete documentation index, see [llms.txt](https://docs.manifold.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.manifold.xyz/client-sdk/reference/account.md).

# Account

| Field             | Type     | Required | Description                                        |
| ----------------- | -------- | -------- | -------------------------------------------------- |
| address           | string   | ✅        | The Ethereum Address                               |
| sendTransaction() | function | ✅        | Send the given transaction to the blockchain       |
| signMessage()     | function | ✅        | Sign the given message and return the signature    |
| signTypedData()   | function | ✅        | Sign the given typed data and return the signature |
| getNetworkId      | number   | ✅        | Currently connected networkId                      |
| switchNetwork     | function | ✅        | Switch to target network                           |
