Skip to content

Latest commit

 

History

History
21 lines (10 loc) · 783 Bytes

File metadata and controls

21 lines (10 loc) · 783 Bytes

PayoutInstructionState

  • NOT_STARTED - waiting to start - TRANSACTION_SENT - an underlying transaction was sent - COMPLETED - completed successfully - FAILED - failed - TRANSLATION_ERROR -lookup of the destination failed (due to changes in the underlying whitelisted external wallet or similar) - SKIPPED- no transaction(s) created for this instruction

Enum

  • NOT_STARTED (value: 'NOT_STARTED')

  • TRANSACTION_SENT (value: 'TRANSACTION_SENT')

  • COMPLETED (value: 'COMPLETED')

  • FAILED (value: 'FAILED')

  • TRANSLATION_ERROR (value: 'TRANSLATION_ERROR')

  • SKIPPED (value: 'SKIPPED')

[Back to Model list] [Back to API list] [Back to README]