scalus.crypto.trie

Members list

Type members

Classlikes

case class FusedMerklePatriciaForestry(root: Node)

Off-chain Merkle Patricia Forestry implementation producing binary proofs for the mpfb on-chain verifier.

Off-chain Merkle Patricia Forestry implementation producing binary proofs for the mpfb on-chain verifier.

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class MerklePatriciaForestry(root: Node)

Off-chain original Merkle Patricia Forestry implementation (full nibble prefix encoding).

Off-chain original Merkle Patricia Forestry implementation (full nibble prefix encoding).

Allows lookup, insertion, deletion, and generation of succinct and on-chain MPF compatible membership/non-membership proofs.

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait Node

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Branch
object Empty
class Leaf
object Node

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Node.type

Deprecated types

Attributes

Deprecated
[Since version 0.15.1] Use FusedMerklePatriciaForestry instead

Attributes

Deprecated
[Since version 0.15.1] Use MerklePatriciaForestry instead

Value members

Deprecated fields

Attributes

Deprecated
[Since version 0.15.1] Use FusedMerklePatriciaForestry instead

Attributes

Deprecated
[Since version 0.15.1] Use MerklePatriciaForestry instead