0.0.1 • Published 3 years ago

paychannel-explorer v0.0.1

Weekly downloads
4
License
ISC
Repository
-
Last release
3 years ago

XDV Ledger Payment Channel Explorer

getAccountChannels(account, [ledger_index]);
getXDVBalance(account, [ledger_indx]);
getChannelHistory(marker, [limit=5]);

getAccountChannels will return all payment channels for the account as of the provided ledger index (defaults to latest validated). Each channel will include a marker (previous transaction id) that can be used to get the channel's history of changes via getChannelHistory