Skip to main content
Version: testnet (v0.71)

TransferStatus

All the states a transfer can transition between

enum TransferStatus {
STATUS_PENDING
STATUS_DONE
STATUS_REJECTED
STATUS_STOPPED
STATUS_CANCELLED
}

Values

TransferStatus.STATUS_PENDING

Indicates a transfer still being processed

TransferStatus.STATUS_DONE

Indicates a transfer accepted by the Vega network

TransferStatus.STATUS_REJECTED

Indicates a transfer rejected by the Vega network

TransferStatus.STATUS_STOPPED

Indicates a transfer stopped by the Vega network e.g: no funds left to cover the transfer

TransferStatus.STATUS_CANCELLED

Indication of a transfer cancelled by the user

Member of

Transfer object