@did-btc1/smt
Preparing search index...
NodeFactory
Class NodeFactory
Index
Constructors
constructor
Methods
create
Branch
create
Empty
Leaf
create
Leaf
Constructors
constructor
new
NodeFactory
(
hasher
:
HashStrategy
)
:
NodeFactory
Parameters
hasher
:
HashStrategy
Returns
NodeFactory
Methods
create
Branch
createBranch
(
left
:
Node
,
right
:
Node
)
:
Branch
Parameters
left
:
Node
right
:
Node
Returns
Branch
create
Empty
Leaf
createEmptyLeaf
()
:
Leaf
Returns
Leaf
create
Leaf
createLeaf
(
value
:
Uint8Array
,
sum
:
bigint
)
:
Leaf
Parameters
value
:
Uint8Array
sum
:
bigint
Returns
Leaf
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
create
Branch
create
Empty
Leaf
create
Leaf
@did-btc1/smt
Loading...