Ether Binder
Set of utilities for interacting with Ethereum and it's smart contracts with PHP, with generating ABI bindings and Ethereum-related types
|
Public Member Functions | |
toHex () | |
toBin () | |
Static Public Member Functions | |
static | fromHex (string $hex) |
static | fromBin (string $bin) |
Hash serializable is interface to mark classes that can serialize themselves into blob of max size of hash (ie. fit abi single slot that's 32 bytes)
|
static |
Implemented in M8B\EtherBinder\Common\Hash, and M8B\EtherBinder\Utils\OOGmp.
|
static |
Implemented in M8B\EtherBinder\Common\Address, M8B\EtherBinder\Common\Hash, and M8B\EtherBinder\Utils\OOGmp.
M8B\EtherBinder\Common\HashSerializable::toBin | ( | ) |
Implemented in M8B\EtherBinder\Common\Hash.
M8B\EtherBinder\Common\HashSerializable::toHex | ( | ) |
Implemented in M8B\EtherBinder\Utils\OOGmp.