Aniseto / NosoWalletCPP

Noso Wallet implementation in C++
https://www.nosocoin.com
MIT License
2 stars 1 forks source link

Complete SendFunds from a local Wallet Address to a destination Address ( Reward: 100 NOSO ) #31

Closed Aniseto closed 10 months ago

Aniseto commented 11 months ago

Complete all steps in order to send specific NOSO from an existing NOSO Address in local Wallet to a destination Address.

Focusing on Function: OrderData MainFrame::SendFundsFromAddress(std::string& SourceAddress, std::string& DestinationAddress, int64_t& AmountToSend, int64_t& Commision, std::string& Reference, std::string& OrderTime, int line)

PD: Check Nosolite sourcecode for more info ( Pascal code ) in https://github.com/Noso-Project/NosoLite

Aniseto commented 10 months ago

Completed, thaks to PasichDev, Reward will be send.