Packages

p

io.horizen

certificatesubmitter

package certificatesubmitter

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. 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 submitterEnabled is true, 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 submitterEnabled is true, 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

  1. object AbstractCertificateSubmitter

Ungrouped