mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-28 08:05:51 +00:00
docs: finalizes documentation for xrpl.js (#1703)
docs: Adds JSDoc comments to all functions and interfaces
This commit is contained in:
@@ -1,10 +1,7 @@
|
||||
import { assert } from 'chai'
|
||||
|
||||
import {
|
||||
validatePaymentChannelCreate,
|
||||
validate,
|
||||
ValidationError,
|
||||
} from 'xrpl-local'
|
||||
import { validate, ValidationError } from 'xrpl-local'
|
||||
import { validatePaymentChannelCreate } from 'xrpl-local/models/transactions/paymentChannelCreate'
|
||||
|
||||
/**
|
||||
* PaymentChannelCreate Transaction Verification Testing.
|
||||
|
||||
Reference in New Issue
Block a user