KOSASIH / pi-nexus-autonomous-banking-network

Class methods should utilize this JS-0105
Anti-pattern
Minor
1 occurrence in this check
Expected 'this' to be used by class async method 'transferFunds'
13    return this.web3.eth.getBalance(address);
14  }
15
16  async transferFunds(from, to, amount) {17    // Implement transfer logic using Web3
18  }
19}