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

Public Member Functions

 testEthB__int_with_abi ()
 
 testEthB__int ()
 
 testEthB__int_null ()
 
 testEthB__bool_true ()
 
 testEthB__bool_false ()
 
 testEthB__hex_false ()
 
 testEthB__hex_TRUE ()
 

Detailed Description

EthereumStaticTestEthB

Definition at line 11 of file EthBTest.php.

Member Function Documentation

◆ testEthB__bool_false()

testEthB__bool_false ( )

Hex bool to false.

Definition at line 64 of file EthBTest.php.

◆ testEthB__bool_true()

testEthB__bool_true ( )

Hex bool to true.

Definition at line 52 of file EthBTest.php.

◆ testEthB__hex_false()

testEthB__hex_false ( )

Hex false to false.

Definition at line 75 of file EthBTest.php.

◆ testEthB__hex_TRUE()

testEthB__hex_TRUE ( )

Hex true to true.

Definition at line 86 of file EthBTest.php.

◆ testEthB__int()

testEthB__int ( )

Int to bool.

Definition at line 30 of file EthBTest.php.

◆ testEthB__int_null()

testEthB__int_null ( )

Int null to bool..

Definition at line 41 of file EthBTest.php.

◆ testEthB__int_with_abi()

testEthB__int_with_abi ( )

Init with ABI.

Definition at line 18 of file EthBTest.php.


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