101 'workProved' =>
'EthQ',
110 (!is_null($this->hash)) ? $return[
'hash'] = $this->hash->hexVal() : NULL;
111 (!is_null($this->from)) ? $return[
'from'] = $this->from->hexVal() : NULL;
112 (!is_null($this->to)) ? $return[
'to'] = $this->to->hexVal() : NULL;
113 (!is_null($this->expiry)) ? $return[
'expiry'] = $this->expiry->hexVal() : NULL;
114 (!is_null($this->ttl)) ? $return[
'ttl'] = $this->ttl->hexVal() : NULL;
115 (!is_null($this->sent)) ? $return[
'sent'] = $this->sent->hexVal() : NULL;
116 (!is_null($this->topics)) ? $return[
'topics'] =
Ethereum::valueArray($this->topics,
'EthD') : array();
117 (!is_null($this->payload)) ? $return[
'payload'] = $this->payload->hexVal() : NULL;
118 (!is_null($this->workProved)) ? $return[
'workProved'] = $this->workProved->hexVal() : NULL;
__construct(EthD $hash=null, EthD $from=null, EthD $to=null, EthQ $expiry=null, EthQ $ttl=null, EthQ $sent=null, array $topics=null, EthD $payload=null, EthQ $workProved=null)
static valueArray(array $values, string $typeClass)