Transfer Money

Economy
Server Side
Both Mobile and PC

Transfer currency from one wallet to another

Declaration

func TransferMoney(outWallet entity<Wallet>, moneyType MoneyType, count float, inWallet entity<Wallet>)
go

Parameters

Input

Name Type Description
Out Wallet Wallet The wallet from which the currency is transferred
Money Type MoneyType Transferred currency type
Count Float Transferred currency amount
InWallet Wallet The wallet to which the currency is transferred