mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-20 20:25:48 +00:00
refactor: move everything out of the common folder (#1629)
* remove common/constants (all in models now) * remove common/txFlags (all in models now) * move ecdsa from src/common to src * move errors from src/common to src, export at top level
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import { assert } from 'chai'
|
||||
|
||||
import { validateTicketCreate, validate } from 'xrpl-local'
|
||||
import { ValidationError } from 'xrpl-local/common/errors'
|
||||
import { validateTicketCreate, validate, ValidationError } from 'xrpl-local'
|
||||
|
||||
/**
|
||||
* TicketCreate Transaction Verification Testing.
|
||||
|
||||
Reference in New Issue
Block a user