pub fn parse_transaction(
data: &Value,
transaction_type: TransactionType,
) -> Result<Transaction>Expand description
Parse transaction (deposit or withdrawal) from Binance API response.
pub fn parse_transaction(
data: &Value,
transaction_type: TransactionType,
) -> Result<Transaction>Parse transaction (deposit or withdrawal) from Binance API response.