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

@@ -12,8 +12,10 @@ import { Client } from 'xrpl-local'
*/
describe('Client', function () {
// doesn't need a functional client, just needs to instantiate to get a list of public methods
// (to determine what methods are missing from )
/*
* Doesn't need a functional client, just needs to instantiate to get a list of public methods
* (to determine what methods are missing from )
*/
const allPublicMethods = getAllPublicMethods(new Client('wss://'))