title: TransferState
type: string
enum:
  - RECEIVED
  - RESERVED
  - COMMITTED
  - ABORTED
description: >-
  Below are the allowed values for the enumeration.

  - RECEIVED - Next ledger has received the transfer.

  - RESERVED - Next ledger has reserved the transfer.

  - COMMITTED - Next ledger has successfully performed the transfer.

  - ABORTED - Next ledger has aborted the transfer due to a rejection or failure
  to perform the transfer.
example: 'RESERVED'
