- React
- JavaScript
TonConnectProof Object
| Field | Type | Description |
|---|---|---|
address | string | Wallet address |
domain | TonConnectDomain | Domain information |
timestamp | number | Unix timestamp in seconds |
payload | string | The payload string that was signed |
signature | string | Signature as base64 string |
TonConnectDomain Object
| Field | Type | Description |
|---|---|---|
lengthBytes | number | Length of domain value in bytes |
value | string | Domain value (e.g., “example.com”) |