Packages

object StoredContractManager

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StoredContractManager
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. case class PendingContract(contract: SerializableContract, creatingTransactionId: TransactionId, requests: NonEmpty[Set[RequestCounter]]) extends Product with Serializable

    The pending contract and the requests that have marked it as pending.