Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
data WithdrawalDetails Source #
Instances
Eq WithdrawalDetails Source # | |
Defined in CoinbasePro.Authenticated.Withdrawal (==) :: WithdrawalDetails -> WithdrawalDetails -> Bool # (/=) :: WithdrawalDetails -> WithdrawalDetails -> Bool # | |
Show WithdrawalDetails Source # | |
Defined in CoinbasePro.Authenticated.Withdrawal showsPrec :: Int -> WithdrawalDetails -> ShowS # show :: WithdrawalDetails -> String # showList :: [WithdrawalDetails] -> ShowS # | |
FromJSON WithdrawalDetails Source # | |
Defined in CoinbasePro.Authenticated.Withdrawal parseJSON :: Value -> Parser WithdrawalDetails # parseJSONList :: Value -> Parser [WithdrawalDetails] # |
data WithdrawalRequest Source #
Instances
Eq WithdrawalRequest Source # | |
Defined in CoinbasePro.Authenticated.Withdrawal (==) :: WithdrawalRequest -> WithdrawalRequest -> Bool # (/=) :: WithdrawalRequest -> WithdrawalRequest -> Bool # | |
Show WithdrawalRequest Source # | |
Defined in CoinbasePro.Authenticated.Withdrawal showsPrec :: Int -> WithdrawalRequest -> ShowS # show :: WithdrawalRequest -> String # showList :: [WithdrawalRequest] -> ShowS # | |
ToJSON WithdrawalRequest Source # | |
Defined in CoinbasePro.Authenticated.Withdrawal toJSON :: WithdrawalRequest -> Value # toEncoding :: WithdrawalRequest -> Encoding # toJSONList :: [WithdrawalRequest] -> Value # toEncodingList :: [WithdrawalRequest] -> Encoding # | |
FromJSON WithdrawalRequest Source # | |
Defined in CoinbasePro.Authenticated.Withdrawal parseJSON :: Value -> Parser WithdrawalRequest # parseJSONList :: Value -> Parser [WithdrawalRequest] # |
data WithdrawalResponse Source #
Instances
Eq WithdrawalResponse Source # | |
Defined in CoinbasePro.Authenticated.Withdrawal (==) :: WithdrawalResponse -> WithdrawalResponse -> Bool # (/=) :: WithdrawalResponse -> WithdrawalResponse -> Bool # | |
Show WithdrawalResponse Source # | |
Defined in CoinbasePro.Authenticated.Withdrawal showsPrec :: Int -> WithdrawalResponse -> ShowS # show :: WithdrawalResponse -> String # showList :: [WithdrawalResponse] -> ShowS # | |
FromJSON WithdrawalResponse Source # | |
Defined in CoinbasePro.Authenticated.Withdrawal parseJSON :: Value -> Parser WithdrawalResponse # parseJSONList :: Value -> Parser [WithdrawalResponse] # |
data CoinbaseWithdrawalRequest Source #
Instances
data CryptoWithdrawalRequest Source #
Instances
data CryptoWithdrawalResponse Source #
CryptoWithdrawalResponse | |
|
Instances
newtype WithdrawalFeeEstimateResponse Source #