plugins/ethereum/classes/yf_wrapper_ethereum.class.php
yf_wrapper_ethereum
has 61 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class yf_wrapper_ethereum
{
public $host = '127.0.0.1';
public $port = 8545;
public $version = '2.0';
File yf_wrapper_ethereum.class.php
has 307 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
/**
* Ethereum API wrapper.
*/