CityOfZion / neo-lux

.NET SDK to interact with the NEO blockchain and invoke smart contracts
MIT License
37 stars 24 forks source link

Support for Withdraw() #3

Open Relfos opened 6 years ago

Relfos commented 6 years ago

Should be possible to call a method Withdraw(from_address, to_address) which will create a transaction that requests an asset withdrawal or token withdrawal.

miguelzf commented 6 years ago

Is this different from Transfer/SendAsset, or has this functionality been supported already?

Relfos commented 6 years ago

Not implemented yet.

Relfos commented 6 years ago

Implemented, but needs proper testing.