Skip to main content

execute_crypto_trade_command

Function execute_crypto_trade_command 

Source
pub async fn execute_crypto_trade_command(
    backend: &BackendConn,
    operation: CryptoTradeOperation,
    trade_cipher: Option<&[u8]>,
    body: Bytes,
) -> Result<CommandResponse>