ProofStep

scalus.cardano.onchain.plutus.crypto.trie.MerklePatriciaForestry.ProofStep
enum ProofStep

Types of proof steps that can occur in a proof Each step contains a skip value indicating length of common prefix at that level

Attributes

Graph
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Enum entries

final case class Branch(skip: BigInt, neighbors: ByteString)
final case class Fork(skip: BigInt, neighbor: Neighbor)
final case class Leaf(skip: BigInt, key: ByteString, value: ByteString)