test_batch_cancel

Function test_batch_cancel 

Source
pub(crate) async fn test_batch_cancel(
    grpc: &mut DydxGrpcClient,
    account: &mut Account,
    http: &DydxHttpClient,
    raw_http: &DydxRawHttpClient,
    address: &str,
    is_mainnet: bool,
) -> Result<(), Box<dyn Error>>