mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-20 12:15:51 +00:00
docs: finalizes documentation for xrpl.js (#1703)
docs: Adds JSDoc comments to all functions and interfaces
This commit is contained in:
@@ -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://'))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user