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

Classes

class  AbstractWallet
 
class  MnemonicWallet
 
class  RawKeyWallet
 

Enumerations

enum  MnemonicLanguage { 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

◆ MnemonicLanguage

MnemonicLanguage defines supported languages for mnemonic phrases. It is used for instantiating mnemonic wallet if language is different from default english.

Author
DubbaThony
Enumerator
toString 

Returns the string representation of the language.

Returns
string The language as a lowercase string.