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