# EscrowInfo

Escrow-specific data for escrow-contract based swaps, which includes all current escrow-backed flows except the non-legacy Bitcoin-to-smart-chain swaps.

**data** <!-- -->objectrequired

Serialized escrow data payload.

**property name\***&#x61;ny

Serialized escrow data payload.

**initTxId**string

Transaction hash that created the escrow when it is already known.

EscrowInfo

```
{

  "data": {},

  "initTxId": "string"

}
```
