Ethereum PHP
PHP interface to Ethereum JSON-RPC API.
EthFilter Member List

This is the complete list of members for EthFilter, including all inherited members.

$addressEthFilterprotected
$fromBlockEthFilterprotected
$toBlockEthFilterprotected
$topicsEthFilterprotected
__construct(EthBlockParam $fromBlock=null, EthBlockParam $toBlock=null, EthBytes $address=null, Array $topics=null)EthFilter
convertCurrency(float $amount, string $from='wei', string $to='ether')EthereumStaticstatic
ensureHexPrefix($str)EthereumStaticstatic
getAllTypeClasses()EthDataTypestatic
getClassByAbi(string $abiType)EthDataTypestatic
getClassName()EthDataType
getDataLengthType()EthDataTypestatic
getDefinition()EthereumStaticstatic
getMethodSignature($input)EthereumStaticstatic
getProperty(string $property='value', bool $returnHexVal=false)EthDataType
getTypeClass(string $type, bool $typed_constructor=false)EthDataTypestatic
hasHexPrefix($str)EthereumStaticstatic
isPrimitive()EthDataTypestatic
isValidAddress($address, $throw=false)EthereumStaticstatic
isValidFunction($input)EthereumStaticstatic
isValidHexData($str)EthereumStaticstatic
isValidHexQuantity($str)EthereumStaticstatic
phpKeccak256($string)EthereumStaticstatic
removeHexPrefix($str)EthereumStaticstatic
setAddress(EthBytes $value)EthFilter
setFromBlock(EthBlockParam $value)EthFilter
setToBlock(EthBlockParam $value)EthFilter
setTopics($value)EthFilter
setValue($val, array $params=[])EthDataType
sha3($string)EthereumStaticstatic
toArray()EthFilter