- consensus_contract
void consensus_contract(consensusContract , immutable(CollectedSignedContract)* collected)
Undocumented in source. Be warned that the author may not have intended to support it.
- contract
void contract(signedContract , immutable(CollectedSignedContract)* collected)
Undocumented in source. Be warned that the author may not have intended to support it.
- engine
bool engine(immutable(CollectedSignedContract)* collected)
Undocumented in source. Be warned that the author may not have intended to support it.
- task
void task()
Undocumented in source. Be warned that the author may not have intended to support it.
* TVMService actor * Receives: * (signedContract, immutable(CollectedSignedContract)*) * (consensusContract, immutable(CollectedSignedContract)*) * * Sends: * (Payload, const(Document)) to TaskNames.epoch_creator * (producedContract, immutable(ContractProduct)*) to TaskNames.transcript