package ledger
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- final case class Authorize(authParties: Set[Party]) extends Product with Serializable
Authorize the transaction using the provided parties as initial authorizers for the dynamic authorization.
- case class EventId(transactionId: LedgerString, nodeId: NodeId) extends Product with Serializable
- sealed trait FailedAuthorization extends AnyRef
Value Members
- object EventId extends Serializable
- object FailedAuthorization