Closed dexX7 closed 2 years ago
Please note, ideally we would pass a list of
Address
andOmniValue
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
@dexX7 I think we should merge PR #208 and then rebase this PR. What do you think?
This pull request adds the new RPC
"omni_sendtomany"
with an example.Please note, ideally we would pass a list of
Address
andOmniValue
objects, instead of manually converting into strings within the test.