gnolang / gnonative

Develop for Gno using your app's native language
Apache License 2.0
9 stars 9 forks source link

chore: In use-gno.ts call, add params send and memo #75

Closed jefft0 closed 8 months ago

jefft0 commented 8 months ago

In use-gno.ts, the helper method call creates a CallRequest which also has fields send and memo. We have not used these so far, but this PR adds them as params to call. These are optional final arguments, so this is backwards compatible with existing code.