Uses of Class
org.knowm.xchange.coinbase.dto.account.CoinbaseTransaction.CoinbaseTransactionStatus
-
Packages that use CoinbaseTransaction.CoinbaseTransactionStatus Package Description org.knowm.xchange.coinbase.dto.account -
-
Uses of CoinbaseTransaction.CoinbaseTransactionStatus in org.knowm.xchange.coinbase.dto.account
Methods in org.knowm.xchange.coinbase.dto.account that return CoinbaseTransaction.CoinbaseTransactionStatus Modifier and Type Method Description CoinbaseTransaction.CoinbaseTransactionStatusCoinbaseTransaction. getStatus()CoinbaseTransaction.CoinbaseTransactionStatusCoinbaseTransactionInfo. getStatus()static CoinbaseTransaction.CoinbaseTransactionStatusCoinbaseTransaction.CoinbaseTransactionStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static CoinbaseTransaction.CoinbaseTransactionStatus[]CoinbaseTransaction.CoinbaseTransactionStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-