# SerializedActionWait

Serialized action indicating that the client should wait and poll again later.

**type**stringrequired

**Possible values:** \[`Wait`]

**name**stringrequired

**Possible values:** \[`Awaiting LP payout`, `Automatic settlement`, `Bitcoin confirmations`]

**description**stringrequired

**expectedTimeSeconds**numberrequired

**pollTimeSeconds**numberrequired

SerializedActionWait

```
{

  "type": "Wait",

  "name": "Awaiting LP payout",

  "description": "string",

  "expectedTimeSeconds": 0,

  "pollTimeSeconds": 0

}
```
