lofi_acl.sync.acl.bft

Members list

Type members

Classlikes

case class Acl(read: Map[PublicIdentity, PermissionTree], write: Map[PublicIdentity, PermissionTree])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class BftAclOpGraph(ops: Map[Signature, Delegation], heads: Set[Signature])

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
class BftFilteringAntiEntropy[RDT](localIdentity: PrivateIdentity, aclRoot: EncodedDelegation, syncInstance: SyncWithBftMonotonicAcl[RDT])(using rdtCodec: JsonValueCodec[RDT], filter: Filter[RDT], rdtLattice: Lattice[RDT], rdtBottom: Bottom[RDT]) extends MessageReceiver[SyncMsg[RDT]]

Attributes

Companion
object
Supertypes
trait MessageReceiver[SyncMsg[RDT]]
class Object
trait Matchable
class Any

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
object InvalidSignatureException extends RuntimeException

Attributes

Supertypes
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
class SyncWithBftMonotonicAcl[RDT](localIdentity: PrivateIdentity, aclRoot: EncodedDelegation, onDeltaReceive: RDT => Unit)(using lattice: Lattice[RDT], bottom: Bottom[RDT], rdtJsonCodec: JsonValueCodec[RDT], filter: Filter[RDT]) extends Sync[RDT]

Attributes

Companion
object
Supertypes
trait Sync[RDT]
class Object
trait Matchable
class Any

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type