The IOU vertical issues and manages trust line-based issued currencies. Each operation acts as the IOU's issuer — the account resolved from from (default: the primary signer's account) signs, and its address is the currency issuer. Callers name their own counterparty (holder / to) per call.
| Method | Description |
|---|---|
| issue | Bootstrap a new trust line-based IOU, optionally distributing an opening amount. |
| transfer | Send IOU value to a destination account. |
| authorize | Authorize a holder to hold this IOU. |
| lock | Freeze a holder's trust line (individual + deep freeze). |
| unlock | Restore a frozen holder's trust line. |
| clawback | Reclaim a holder's balance back to the issuer. |
| buyOffer | Place a DEX order to acquire this IOU. |
| sellOffer | Place a DEX order to sell this IOU. |
| cancelOffer | Cancel a standing offer. |
| retrieve | Read a single IOU trust line. |
| list | List an account's IOU trust lines. |
| listOffers | List all open offers in the market for an IOU. |