Compute
sealed class Compute
Content copied to clipboard
A base class for Computation requests and responses
Types
Request
Link copied to clipboard
data class Request<out C : ExecutionContext>(signature: Signature, arguments: List<Term>, context: C, requestIssuingInstant: TimeInstant, executionMaxDuration: TimeDuration) : Compute
Content copied to clipboard