Skip to content
This repository has been archived by the owner on Oct 8, 2019. It is now read-only.

Advanced

Kristov Atlas edited this page Dec 17, 2018 · 4 revisions

Javascript Console

Pay to multiple addresses

p = new Blockchain.Payment(Blockchain.MyWallet.wallet)

p
  .to(['1Fhy1dVmLqVEPz6nbosBtoHV8qB6yvRmWw', '1MQa8fdy9EH8Vd954uhzKeXa2BLWiFSmuR'])
  .from(0)
  .amount([30000, 30000]) // In Satoshi
  .build()
  .sign()
  .publish()
Clone this wiki locally