TransferSol
Transfer Sol to another wallet.
int amount = 1;string toPublicKey = "to publick key";MWSDK.Solana.Wallet.TransferSol(amount, toPublicKey, Confirmation.Default, null, (res) => {    //todo});
Edit this page on GitHub
Language:
TransferSolTransfer Sol to another wallet.
int amount = 1;string toPublicKey = "to publick key";MWSDK.Solana.Wallet.TransferSol(amount, toPublicKey, Confirmation.Default, null, (res) => {    //todo});
Edit this page on GitHub
Home
Integration
Guides
API Reference