TVMService

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

@safe
struct TVMService {
ActorHandle transcript_handle;
ActorHandle epoch_handle;
static
ContractExecution execute;
static
Topic tvm_error;
}