Ether Binder
Set of utilities for interacting with Ethereum and it's smart contracts with PHP, with generating ABI bindings and Ethereum-related types
Loading...
Searching...
No Matches
M8B\EtherBinder\Common\BinarySerializableInterface Interface Reference
Inheritance diagram for M8B\EtherBinder\Common\BinarySerializableInterface:
M8B\EtherBinder\Common\Hash M8B\EtherBinder\Common\Transaction M8B\EtherBinder\Crypto\Signature M8B\EtherBinder\Common\Address M8B\EtherBinder\Common\BlockNonce M8B\EtherBinder\Common\Bloom M8B\EtherBinder\Common\SolidityFunction4BytesSignature M8B\EtherBinder\Common\LegacyTransaction M8B\EtherBinder\Common\LondonTransaction M8B\EtherBinder\Common\AccessListTransaction M8B\EtherBinder\Common\CancunTransaction

Public Member Functions

 toHex ()
 
 toBin ()
 

Static Public Member Functions

static fromHex (string $hex)
 
static fromBin (string $bin)
 

Member Function Documentation

◆ fromBin()

static M8B\EtherBinder\Common\BinarySerializableInterface::fromBin ( string $bin)
static

◆ fromHex()

static M8B\EtherBinder\Common\BinarySerializableInterface::fromHex ( string $hex)
static

◆ toBin()

M8B\EtherBinder\Common\BinarySerializableInterface::toBin ( )

◆ toHex()

M8B\EtherBinder\Common\BinarySerializableInterface::toHex ( )

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