package certificatesubmitter
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
abstract
class
AbstractCertificateSubmitter[TX <: Transaction, H <: SidechainBlockHeaderBase, PM <: SidechainBlockBase[TX, H], FPI <: AbstractFeePaymentsInfo, HSTOR <: AbstractHistoryStorage[PM, FPI, HSTOR], HIS <: AbstractHistory[TX, H, PM, FPI, HSTOR, HIS], MS <: AbstractState[TX, H, PM, MS], VL <: Wallet[Secret, Proposition, TX, PM, VL], MP <: MemoryPool[TX, MP], T <: CertificateData] extends Actor with Timers with SparkzLogging
Certificate submitter listens to the State changes and takes care of of certificate signatures managing (generation, storing and broadcasting) If
submitterEnabledistrue, it will try to generate and send the Certificate to MC node in case the proper amount of signatures were collected.Certificate submitter listens to the State changes and takes care of of certificate signatures managing (generation, storing and broadcasting) If
submitterEnabledistrue, it will try to generate and send the Certificate to MC node in case the proper amount of signatures were collected. Must be singleton.
Value Members
- object AbstractCertificateSubmitter