Module: Coinbase::FundOperation::Status

Defined in:
lib/coinbase/fund_operation.rb

Overview

A representation of a Fund Operation status.

Constant Summary collapse

PENDING =

The Fund Operation is being processed.

'pending'
COMPLETE =

The Fund Operation is complete.

'complete'
FAILED =

The Fund Operation has failed for some reason.

'failed'
TERMINAL_STATES =

The states that are considered terminal on-chain.

[COMPLETE, FAILED].freeze