Skip to content
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

feat: pass object with Transaction, Vrf, Contract and Smartweave to the action method #16

Open
asiaziola opened this issue Nov 3, 2022 · 0 comments

Comments

@asiaziola
Copy link
Collaborator

Instead of passing just the caller - shouldn't we pass here (https://github.com/warp-contracts/warp-wasm-templates/blob/main/rust/pst/contract/implementation/src/actions/mod.rs#L19) the whole object that would wrap the Transaction, Vrf, Contract, SmartWeave, etc - so that developers could use it in the code as parameter of this function - instead of importing it.

This would make writing the unit tests for the actions easier - i.e. it would be easier to mock the "globals".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant