halilulker

Results 3 issues of halilulker

### Description ``` await redis.sendCommand(('PUBSUB CHANNELS', []), function(err,result){ console.log(err); console.log(result); }); ``` I try like this but no message in console. When I try redis-cli console its working but I...

Documentation

``` $params=array( 'from' =>'0x410a0cbc08011d65b4ab11b2199534e86a1131fa', 'to' =>'0xabe713314023f63b690c02737f079fb0f74a1741', "gas" => "0x76c0", // 30400 "gasPrice" => "0x9184e72a000", // 10000000000000 'value' =>'0x9184e72a', 'data' =>'0xd46e8dd67c5d32be8d46e8dd67c5d32be8058bb8eb970870f072445675058bb8eb970870f072445675' ); Ethereum::eth_sendTransaction($params); i get eror message like: throw new ErrorException('Transaction...

$ethereum= new EthereumClient([ 'host' => '167.99.130.111', // optional, default localhost 'port' => 8545, // optional, default 8332 ]);