Packages

c

nelson.vault

SealStatus

final case class SealStatus(sealed: Boolean, total: Int, quorum: Int, progress: Int) extends Product with Serializable

sealed

Whether or not the vault is sealed.

total

The number of existing MasterKeys

progress

The number of keys out of total that have been provided so far to unseal

Source
op.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SealStatus
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SealStatus(sealed: Boolean, total: Int, quorum: Int, progress: Int)

    sealed

    Whether or not the vault is sealed.

    total

    The number of existing MasterKeys

    progress

    The number of keys out of total that have been provided so far to unseal

Value Members

  1. val progress: Int
  2. val quorum: Int
  3. val sealed: Boolean
  4. val total: Int