refactor: adds error response object (#1619)

* add error response object

* export error response properly

* type mockRippled

* fix linter

* fix ts

* fix comments
This commit is contained in:
Mayukha Vadari
2021-09-16 16:44:44 -04:00
parent 10445cff01
commit eb0445817e
26 changed files with 103 additions and 56 deletions

View File

@@ -1,5 +1,6 @@
import { assert } from 'chai'
import _ from 'lodash'
import { Client } from 'xrpl-local'
import serverUrl from '../serverUrl'