Skip to content

Instantly share code, notes, and snippets.

@montyanderson
Created February 26, 2018 00:13
Show Gist options
  • Save montyanderson/2c9f5e4e647c03a47d890e7bd05e5a21 to your computer and use it in GitHub Desktop.
Save montyanderson/2c9f5e4e647c03a47d890e7bd05e5a21 to your computer and use it in GitHub Desktop.
await rpc.z_sendmany(fromAddress, [
{
address: recipient1,
amount: amount1,
},
{
address: recipient2,
amount: amount2,
},
]);
// haven't managed to test this yet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment