|
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) |
|
static |
Implemented in M8B\EtherBinder\Common\Hash, M8B\EtherBinder\Common\Transaction, and M8B\EtherBinder\Crypto\Signature.
|
static |
| M8B\EtherBinder\Common\BinarySerializableInterface::toBin | ( | ) |
Implemented in M8B\EtherBinder\Common\Hash, M8B\EtherBinder\Common\Transaction, and M8B\EtherBinder\Crypto\Signature.
| M8B\EtherBinder\Common\BinarySerializableInterface::toHex | ( | ) |
Implemented in M8B\EtherBinder\Common\Transaction, and M8B\EtherBinder\Crypto\Signature.