Update document of return type. #75

This commit is contained in:
kth-tw 2023-04-15 12:06:18 +09:00
parent f9fcf2c045
commit c7905a755e
No known key found for this signature in database
GPG Key ID: 050D03EEF5DA97AA
1 changed files with 1 additions and 1 deletions

View File

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