Preparing search index...
The search index is not available
o1js-merkle
o1js-merkle
LeafData
Interface LeafData
A leaf of a tree.
interface
LeafData
{
nextIndex
:
bigint
;
nextValue
:
bigint
;
value
:
bigint
;
}
Index
Properties
next
Index
next
Value
value
Properties
next
Index
next
Index
:
bigint
An index of the next leaf.
next
Value
next
Value
:
bigint
A value of the next leaf.
value
value
:
bigint
A value of the leaf.
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
next
Index
next
Value
value
o1js-merkle
Loading...
A leaf of a tree.