TransferETH
Transfer ETH to another wallet.
string nonce;string gasPrice;string gasLimit;string to;string amount;MWSDK.Ethereum.Wallet.TransferETH(nonce, gasPrice, gasLimit, to, amount, null, (res) => { //todo});
Edit this page on GitHub