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

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

$difficultyBlock
$extraDataBlock
$gasLimitBlock
$gasUsedBlock
$hashBlock
$logsBloomBlock
$minerBlock
$nonceBlock
$numberBlock
$parentHashBlock
$receiptsRootBlock
$sha3UnclesBlock
$sizeBlock
$stateRootBlock
$timestampBlock
$totalDifficultyBlock
$transactionsBlock
$transactionsRootBlock
$unclesBlock
__construct(EthQ $number=null, EthD32 $hash=null, EthD32 $parentHash=null, EthD $nonce=null, EthD $sha3Uncles=null, EthD $logsBloom=null, EthD $transactionsRoot=null, EthD $stateRoot=null, EthD $receiptsRoot=null, EthD $miner=null, EthQ $difficulty=null, EthQ $totalDifficulty=null, EthD $extraData=null, EthQ $size=null, EthQ $gasLimit=null, EthQ $gasUsed=null, EthQ $timestamp=null, array $transactions=null, array $uncles=null)Block
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
getTypeArray()Blockstatic
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
setValue($val, array $params=[])EthDataType
sha3($string)EthereumStaticstatic
toArray()Block