FrontierMerkleTree

scalus.crypto.tree.FrontierMerkleTree
See theFrontierMerkleTree companion class

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def empty(depth: Int): FrontierMerkleTree

Create an empty tree with the given depth (1..256).

Create an empty tree with the given depth (1..256).

Attributes

def fromKeys(keys: IndexedSeq[ByteString], depth: Int): FrontierMerkleTree

Build a frontier tree from a sequence of keys.

Build a frontier tree from a sequence of keys.

Attributes