TVMService

* TVMService actor * Receives: * (signedContract, immutable(CollectedSignedContract)*) * (consensusContract, immutable(CollectedSignedContract)*) * * Sends: * (Payload, const(Document)) to TaskNames.epoch_creator * (producedContract, immutable(ContractProduct)*) to TaskNames.transcript

Constructors

this
this(immutable(TaskNames) tn)
Undocumented in source.

Members

Functions

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.

Static variables

execute
ContractExecution execute;
Undocumented in source.
tvm_error
Topic tvm_error;
Undocumented in source.

Variables

epoch_handle
ActorHandle epoch_handle;
Undocumented in source.
transcript_handle
ActorHandle transcript_handle;
Undocumented in source.

Meta