1.1.0 • Published 7 years ago

xrp-account-listener-browserify v1.1.0

Weekly downloads
3
License
ISC
Repository
github
Last release
7 years ago

XRP Account Listener Browserify

Subscribe to changes to XRP balances of a Ripple account

Usage

var XRPAccount = require('xrp-account-listener-browserify')

new XRPAccount({
  address  : 'r4EwBWxrx5HxYRyisfGzMto3AT8FZiYdWk',
  onPayment: function(payment) {
    console.log('PAYMENT', payment)
    this.unsubscribe()
  }
})
.subscribe()
1.1.0

7 years ago

1.0.1

9 years ago

1.0.0

9 years ago