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
- Alphabetic
- By Inheritance
Inherited
- SealStatus
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All