ripple / paychannel_explorer

XRP Ledger PaymentChannel Explorer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

XRP Ledger Payment Channel Explorer

getAccountChannels(account, [ledger_index]);
getXRPBalance(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

About

XRP Ledger PaymentChannel Explorer


Languages

Language:JavaScript 100.0%