-
Notifications
You must be signed in to change notification settings - Fork 215
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Calling a smart contract action #200
Comments
https://github.com/eoscanada/eos-go/blob/develop/example_api_transfer_eos_test.go#L38 shows a transfer action, should be a good starting point. Provide an example and I could help further. |
The code I'm using:
and the error I'm getting is this: Also, the struct i use for the transaction, have the fields and types that are in the transaction object. I was following this example (link) but i have made some changes looking others examples. Thanks in advance. |
Is there any smart contract action example done in the repository? if not, can you write one?
Im doing a transaction to call and action to register data in a table and all i got are assert errors.
The text was updated successfully, but these errors were encountered: