Ethereum PHP
PHP interface to Ethereum JSON-RPC API.
EthDataTypeInterface.php
Go to the documentation of this file.
1 <?php
9 namespace Ethereum\DataType;
10 use Exception;
11 
13 {
14 
21  public static function isPrimitive();
22 
23 
30  public static function getDataLengthType();
31 
46  public function getProperty(string $property = 'value', bool $hex_val = false);
47 
61  public function setValue($val, array $params = []);
62 
79  public static function getTypeClass(string $type, bool $typed_constructor = false);
80 
87  public function toArray();
88 
89 }
getProperty(string $property='value', bool $hex_val=false)
setValue($val, array $params=[])
static getTypeClass(string $type, bool $typed_constructor=false)