docs: finalizes documentation for xrpl.js (#1703)

docs: Adds JSDoc comments to all functions and interfaces
This commit is contained in:
Nathan Nichols
2021-10-12 12:04:18 -07:00
committed by GitHub
parent df4c9dc2fd
commit 615504db22
136 changed files with 3869 additions and 501 deletions

View File

@@ -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.