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\RPC Namespace Reference

Namespaces

namespace  Modules
 

Classes

class  AbstractRPC
 
class  Compound
 
class  HttpRPC
 
class  RPCFilter
 

Enumerations

enum  BlockParam { toString }
 

Detailed Description

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/.

Enumeration Type Documentation

◆ BlockParam

BlockParam defines constants to represent types of Ethereum blocks.

Author
DubbaThony
Enumerator
toString 

The latest mined block The earliest/genesis block The pending state/transactions The latest safe head block The latest finalized block Converts enum case to string compatible with JSON RPC.

Returns
string String representation of the enum case.