Skip to content

Integration Tests

Mikel Duffy edited this page Jan 13, 2017 · 1 revision

Wallets

  • On startup, the wallets service should subscribe for 'wallet-transfer-out' events.
  • On startup, the wallets service should subscribe for 'wallet-create' events.
  • On a 'wallet-transfer-out' event, callback should be called with transaction data.
  • On a 'wallet-create' event, callback should be called with wallet data.

Clone this wiki locally