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