Go to the source code of this file.
Variables | |
| const | IS_PUBLIC TRUE |
| $addressAtKovan = '0xdacb85f3a6f12ca7893f887f875064880ce14d7d' | |
| $exampleHash = "0x6139633364613535613365333161396433353334353934376261323439353232" | |
| $abi | |
| try | |
| $hash = new EthD32($exampleHash) | |
| $register_drupal = new SmartContract($abi, $addressAtKovan, $eth) | |
| $test = $register_drupal->validateUserByHash($hash) | |
| $abi |
Definition at line 44 of file contract-example.php.
Referenced by Abi\__construct(), EmittedEvent\__construct(), Event\getAbi(), EthBytesTest\testEthBytesTest__converter(), EthBytesTest\testEthBytesTest__converterType(), EthBytesTest\testEthBytesTest__createTypeWithAbi(), EthDTest\testEthD__converter(), and EthSTest\testEthSTest__convertHexDataToHexStr().
| $addressAtKovan = '0xdacb85f3a6f12ca7893f887f875064880ce14d7d' |
Definition at line 31 of file contract-example.php.
| $exampleHash = "0x6139633364613535613365333161396433353334353934376261323439353232" |
Definition at line 34 of file contract-example.php.
| $hash = new EthD32($exampleHash) |
Definition at line 193 of file contract-example.php.
| $register_drupal = new SmartContract($abi, $addressAtKovan, $eth) |
Definition at line 196 of file contract-example.php.
| $test = $register_drupal->validateUserByHash($hash) |
Definition at line 200 of file contract-example.php.
Referenced by RlpTest\testUtf8ToMessage(), and EcRecoverStaticTest\testUtf8ToMessage().
| const IS_PUBLIC TRUE |
Definition at line 9 of file contract-example.php.
| try |
Definition at line 190 of file contract-example.php.