mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-20 04:05:52 +00:00
Add Ledger Method Integration Tests (#1640)
Add integration tests for ledger, ledgerEntry, ledgerData, ledgerClosed and ledgerCurrent, plus add them to the browser tests.
This commit is contained in:
committed by
Mayukha Vadari
parent
5d67f14ea3
commit
297dee9b8f
@@ -17,6 +17,14 @@ export * from './requests/accountObjects'
|
||||
export * from './requests/accountOffers'
|
||||
export * from './requests/accountTx'
|
||||
export * from './requests/gatewayBalances'
|
||||
export * from './requests/ledger'
|
||||
export * from './requests/ledgerClosed'
|
||||
export * from './requests/ledgerCurrent'
|
||||
export * from './requests/ledgerData'
|
||||
export * from './requests/ledgerEntry'
|
||||
export * from './requests/multisign'
|
||||
export * from './requests/noRippleCheck'
|
||||
export * from './requests/submit'
|
||||
export * from './requests/tx'
|
||||
export * from './requests/utility'
|
||||
export * from './integration'
|
||||
|
||||
Reference in New Issue
Block a user