test_cancel_by_market

Function test_cancel_by_market 

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