Ethereum PHP
PHP interface to Ethereum JSON-RPC API.
FilterChange Class Reference
+ 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
 

Detailed Description

Constructor & Destructor Documentation

◆ __construct()

__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 
)
Parameters
EthB$removed
EthQ$logIndex
EthQ$transactionIndex
EthD32$transactionHash
EthD32$blockHash
EthQ$blockNumber
EthD20$address
EthBytes$data
array$topicsArray 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.

Member Function Documentation

◆ getTypeArray()

static getTypeArray ( )
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()

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:

Member Data Documentation

◆ $address

$address

Value for 'address'.

Definition at line 53 of file FilterChange.php.

Referenced by FilterChange\__construct().

◆ $blockHash

$blockHash

Value for 'blockHash'.

Definition at line 43 of file FilterChange.php.

Referenced by FilterChange\__construct().

◆ $blockNumber

$blockNumber

Value for 'blockNumber'.

Definition at line 48 of file FilterChange.php.

Referenced by FilterChange\__construct().

◆ $data

$data

Value for 'data'.

Definition at line 58 of file FilterChange.php.

Referenced by FilterChange\__construct().

◆ $logIndex

$logIndex

Value for 'logIndex'.

Definition at line 28 of file FilterChange.php.

Referenced by FilterChange\__construct().

◆ $removed

$removed

Value for 'removed'.

Definition at line 23 of file FilterChange.php.

Referenced by FilterChange\__construct().

◆ $topics

$topics

Value for 'topics'.

Definition at line 63 of file FilterChange.php.

Referenced by FilterChange\__construct().

◆ $transactionHash

$transactionHash

Value for 'transactionHash'.

Definition at line 38 of file FilterChange.php.

Referenced by FilterChange\__construct().

◆ $transactionIndex

$transactionIndex

Value for 'transactionIndex'.

Definition at line 33 of file FilterChange.php.

Referenced by FilterChange\__construct().


The documentation for this class was generated from the following file: