58 'fromBlock' =>
'EthBlockParam',
59 'toBlock' =>
'EthBlockParam',
60 'address' =>
'EthBytes',
70 (!is_null($this->fromBlock)) ? $return[
'fromBlock'] = $this->fromBlock->hexVal() : NULL;
71 (!is_null($this->toBlock)) ? $return[
'toBlock'] = $this->toBlock->hexVal() : NULL;
72 (!is_null($this->address)) ? $return[
'address'] = $this->address->hexVal() : NULL;
73 (!is_null($this->topics)) ? $return[
'topics'] =
Ethereum::valueArray($this->topics,
'EthD') : array();
static valueArray(array $values, string $typeClass)
__construct(EthBlockParam $fromBlock=null, EthBlockParam $toBlock=null, EthBytes $address=null, array $topics=null)