CityOfZion / neo-lux

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

Unable to process transaction using api.InvokeScript .. null transaction is returned #31

Open tariqtm opened 5 years ago

tariqtm commented 5 years ago

I am trying to invoke a smartcontract and make a transaction over a private network but there is some issue that i am unable to resolve. Will be grateful if someone help me solve the issue.

This is my smart contract code: image

This is how i am trying to invoke the contract from api code: image

image

Transaction and result are always returned as null as shown below image