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

Classes

class  Functions
 
class  OOGmp
 
class  WeiFormatter
 

Enumerations

enum  EtherFormats { fromString }
 

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

◆ EtherFormats

EtherFormats enum represents different formats of Ether for conversions.

Author
DubbaThony
Enumerator
fromString 

Creates an EtherFormats enum from a string of common names of these formats, including common aliases like shannon for gwei.

Parameters
string$inThe input string.
Returns
?EtherFormats The corresponding EtherFormats enum or null.