Update docs
This commit is contained in:
parent
e6b7572530
commit
6de04e8379
|
@ -717,7 +717,7 @@ ___
|
||||||
|
|
||||||
### getProof
|
### getProof
|
||||||
|
|
||||||
▸ **getProof**(`leaf`: Buffer | string, `index?`: number): *any[]*
|
▸ **getProof**(`leaf`: Buffer | string, `index?`: number): *object[]*
|
||||||
|
|
||||||
getProof
|
getProof
|
||||||
|
|
||||||
|
@ -742,7 +742,7 @@ Name | Type | Description |
|
||||||
`leaf` | Buffer | string | Target leaf |
|
`leaf` | Buffer | string | Target leaf |
|
||||||
`index?` | number | - |
|
`index?` | number | - |
|
||||||
|
|
||||||
**Returns:** *any[]*
|
**Returns:** *object[]*
|
||||||
|
|
||||||
- Array of objects containing a position property of type string
|
- Array of objects containing a position property of type string
|
||||||
with values of 'left' or 'right' and a data property of type Buffer.
|
with values of 'left' or 'right' and a data property of type Buffer.
|
||||||
|
|
Loading…
Reference in New Issue