Merge branch 'update-return-type-doc' of github.com:kth-tw/merkletreejs into kth-tw-update-return-type-doc
This commit is contained in:
commit
eab30d7f38
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue