Add support for AccountDelete (#1120)

https://xrpl.org/accountdelete.html
This commit is contained in:
Elliot Lee
2020-01-06 04:01:10 -08:00
committed by GitHub
parent 23504821cf
commit 138e7942da
19 changed files with 294 additions and 34 deletions

View File

@@ -33,7 +33,7 @@ interface LoadedTestSuite {
name: string
tests: [string, TestFn][]
config: {
/** Set to true to skip re-running tests with an X-Address. */
/** Set to true to skip re-running tests with an X-address. */
skipXAddress?: boolean
}
}