Ethereum PHP
PHP interface to Ethereum JSON-RPC API.
SHHFilter Class Reference
+ Inheritance diagram for SHHFilter:
+ Collaboration diagram for SHHFilter:

Public Member Functions

 __construct (array $topics, EthD $to=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

 $topics
 
 $to
 

Detailed Description

Ethereum data type SHHFilter.

Generated by scripts/generate-complex-datatypes.php based on resources/ethjs-schema.json.

Definition at line 18 of file SHHFilter.php.

Constructor & Destructor Documentation

◆ __construct()

__construct ( array  $topics,
EthD  $to = null 
)
Parameters
array$topicsArray of EthD
EthD$to

Definition at line 34 of file SHHFilter.php.

References SHHFilter\$to, and SHHFilter\$topics.

Member Function Documentation

◆ getTypeArray()

static getTypeArray ( )
static

Returns a name => type array.

Definition at line 42 of file SHHFilter.php.

◆ toArray()

toArray ( )

Returns array with values.

Implements EthDataTypeInterface.

Definition at line 52 of file SHHFilter.php.

References Ethereum\valueArray().

+ Here is the call graph for this function:

Member Data Documentation

◆ $to

$to

Value for 'to'.

Definition at line 28 of file SHHFilter.php.

Referenced by SHHFilter\__construct().

◆ $topics

$topics

Value for 'topics'.

Definition at line 23 of file SHHFilter.php.

Referenced by SHHFilter\__construct().


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