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 | |
__construct (Address $address, string|SolidityFunction4BytesSignature $sig) | |
toBin () | |
Public Attributes | |
Address | $address |
SolidityFunction4BytesSignature | $signature |
SolidityFunction represents a Solidity function type, consisting with its address and 4-byte signature, uniquely pointing to address and selector.
M8B\EtherBinder\Common\SolidityFunction::__construct | ( | Address | $address, |
string|SolidityFunction4BytesSignature | $sig ) |
Constructs new instance using Address
EthBinderLogicException |
M8B\EtherBinder\Common\SolidityFunction::toBin | ( | ) |
Serializes transaction to binary blob