Return if a mempool exists.
pub fn mempoolExists(pool: [*]u8) bool
pub fn mempoolExists(pool: [*]u8) bool { return doClientRequestExpr(0, .MempoolExists, @intFromPtr(pool), 0, 0, 0, 0) != 0; }