SerializedActionWait
Serialized action indicating that the client should wait and poll again later.
typestringrequired
Possible values: [Wait]
namestringrequired
Possible values: [Awaiting LP payout, Automatic settlement, Bitcoin confirmations]
descriptionstringrequired
expectedTimeSecondsnumberrequired
pollTimeSecondsnumberrequired
SerializedActionWait
{
"type": "Wait",
"name": "Awaiting LP payout",
"description": "string",
"expectedTimeSeconds": 0,
"pollTimeSeconds": 0
}