Inheritance diagram for FilterChange:
Collaboration diagram for FilterChange:Public Member Functions | |
| __construct (EthB $removed=null, EthQ $logIndex=null, EthQ $transactionIndex=null, EthD32 $transactionHash=null, EthD32 $blockHash=null, EthQ $blockNumber=null, EthD20 $address=null, EthBytes $data=null, array $topics=null) | |
| toArray () | |
Public Member Functions inherited from EthDataType | |
| getProperty (string $property='value', bool $returnHexVal=false) | |
| setValue ($val, array $params=[]) | |
| getClassName () | |
Static Public Member Functions | |
| static | getTypeArray () |
Static Public Member Functions inherited from EthDataType | |
| const static | getClassByAbi (string $abiType) |
| static | getDataLengthType () |
| static | isPrimitive () |
| static | getTypeClass (string $type, bool $typed_constructor=false) |
| static | getAllTypeClasses () |
Static Public Member Functions inherited from EthereumStatic | |
| static | getMethodSignature ($input) |
| static | phpKeccak256 ($string) |
| static | sha3 ($string) |
| static | isValidFunction ($input) |
| static | getDefinition () |
| static | isValidHexQuantity ($str) |
| static | isValidHexData ($str) |
| static | isValidAddress ($address, $throw=false) |
| static | hasHexPrefix ($str) |
| static | removeHexPrefix ($str) |
| static | ensureHexPrefix ($str) |
| static | convertCurrency (float $amount, string $from='wei', string $to='ether') |
Public Attributes | |
| $removed | |
| $logIndex | |
| $transactionIndex | |
| $transactionHash | |
| $blockHash | |
| $blockNumber | |
| $address | |
| $data | |
| $topics | |
Ethereum data type FilterChange.
Generated by scripts/generate-complex-datatypes.php based on resources/ethjs-schema.json.
Definition at line 18 of file FilterChange.php.
| __construct | ( | EthB | $removed = null, |
| EthQ | $logIndex = null, |
||
| EthQ | $transactionIndex = null, |
||
| EthD32 | $transactionHash = null, |
||
| EthD32 | $blockHash = null, |
||
| EthQ | $blockNumber = null, |
||
| EthD20 | $address = null, |
||
| EthBytes | $data = null, |
||
| array | $topics = null |
||
| ) |
| EthB | $removed | |
| EthQ | $logIndex | |
| EthQ | $transactionIndex | |
| EthD32 | $transactionHash | |
| EthD32 | $blockHash | |
| EthQ | $blockNumber | |
| EthD20 | $address | |
| EthBytes | $data | |
| array | $topics | Array of EthD32 |
Definition at line 76 of file FilterChange.php.
References FilterChange\$address, FilterChange\$blockHash, FilterChange\$blockNumber, FilterChange\$data, FilterChange\$logIndex, FilterChange\$removed, FilterChange\$topics, FilterChange\$transactionHash, and FilterChange\$transactionIndex.
|
static |
Returns a name => type array.
Definition at line 91 of file FilterChange.php.
Referenced by Ethereum\handleFilterChangeValues().
Here is the caller graph for this function:| toArray | ( | ) |
Returns array with values.
Implements EthDataTypeInterface.
Definition at line 108 of file FilterChange.php.
References Ethereum\valueArray().
Here is the call graph for this function:| $address |
Value for 'address'.
Definition at line 53 of file FilterChange.php.
Referenced by FilterChange\__construct().
| $blockHash |
Value for 'blockHash'.
Definition at line 43 of file FilterChange.php.
Referenced by FilterChange\__construct().
| $blockNumber |
Value for 'blockNumber'.
Definition at line 48 of file FilterChange.php.
Referenced by FilterChange\__construct().
| $data |
Value for 'data'.
Definition at line 58 of file FilterChange.php.
Referenced by FilterChange\__construct().
| $logIndex |
Value for 'logIndex'.
Definition at line 28 of file FilterChange.php.
Referenced by FilterChange\__construct().
| $removed |
Value for 'removed'.
Definition at line 23 of file FilterChange.php.
Referenced by FilterChange\__construct().
| $topics |
Value for 'topics'.
Definition at line 63 of file FilterChange.php.
Referenced by FilterChange\__construct().
| $transactionHash |
Value for 'transactionHash'.
Definition at line 38 of file FilterChange.php.
Referenced by FilterChange\__construct().
| $transactionIndex |
Value for 'transactionIndex'.
Definition at line 33 of file FilterChange.php.
Referenced by FilterChange\__construct().