Add Payment Channel Tests (#1646)

* Add ChannelVerify integration and browser test
This commit is contained in:
Jackson Mills
2021-09-24 10:52:59 -07:00
committed by Mayukha Vadari
parent 955e21717a
commit dcfc31a036
2 changed files with 44 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ export * from './requests/accountObjects'
export * from './requests/accountOffers'
export * from './requests/accountTx'
export * from './requests/bookOffers'
export * from './requests/channelVerify'
export * from './requests/depositAuthorized'
export * from './requests/gatewayBalances'
export * from './requests/ledger'