Module: Coinbase::Transfer::Status
- Defined in:
- lib/coinbase/transfer.rb
Overview
A representation of a Transfer status.
Constant Summary collapse
- PENDING =
The Transfer is awaiting being broadcast to the Network. At this point, transaction hashes may not yet be assigned.
:pending
- BROADCAST =
The Transfer has been broadcast to the Network. At this point, at least the transaction hash should be assigned.
:broadcast
- COMPLETE =
The Transfer is complete, and has confirmed on the Network.
:complete
- FAILED =
The Transfer has failed for some reason.
:failed