Merge branch 'kth-tw-update-return-type-doc'

This commit is contained in:
Miguel Mota 2023-04-24 00:22:49 -07:00
commit 6c7fa932c8
No known key found for this signature in database
GPG Key ID: 67EC1161588A00F9
1 changed files with 1 additions and 1 deletions

View File

@ -393,7 +393,7 @@ export class MerkleTree extends Base {
/**
* getLayers
* @desc Returns multi-dimensional array of all layers of Merkle Tree, including leaves and root.
* @return {Buffer[]}
* @return {Buffer[][]}
* @example
*```js
*const layers = tree.getLayers()