TransferSol
Transfer SOL to wallet address.
ulong amount = 1;string publicKey = "public_key";string confirmation = Confirmation.Finalized;MirrorSDK.TransferSol(amount,publicKey,confirmation,(response) => { long resCode = response.Code; TransferSolResponse result = response.Data; string error = response.Error; string message = response.Message; string status = response.Status;});
Edit this page on GitHub