OmniLayer / OmniJ

OmniLayer for Java, JVM, and Android
Apache License 2.0
133 stars 89 forks source link

Add new RPC "omni_sendtomany" with example #207

Closed dexX7 closed 2 years ago

dexX7 commented 2 years ago

This pull request adds the new RPC "omni_sendtomany" with an example.

Please note, ideally we would pass a list of Address and OmniValue objects, instead of manually converting into strings within the test.

msgilligan commented 2 years ago

Please note, ideally we would pass a list of Address and OmniValue objects, instead of manually converting into strings within the test.

Should we fix this as part of this PR or merge this one and fix it in a 2nd PR?

Update: I created the OmniOutput class we talked about on Slack in this PR: https://github.com/OmniLayer/OmniJ/pull/208

msgilligan commented 2 years ago

@dexX7 I think we should merge PR #208 and then rebase this PR. What do you think?