object LedgerBlockEvent extends HasLoggerName with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- LedgerBlockEvent
- Serializable
- HasLoggerName
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- final case class Acknowledgment(request: SignedContent[AcknowledgeRequest]) extends LedgerBlockEvent with Product with Serializable
- final case class AddMember(member: Member) extends LedgerBlockEvent with Product with Serializable
- final case class AuthorizedAccount(account: EthereumAccount) extends LedgerBlockEvent with Product with Serializable
- final case class DisableMember(member: Member) extends LedgerBlockEvent with Product with Serializable
- final case class Prune(timestamp: CantonTimestamp) extends LedgerBlockEvent with Product with Serializable
- final case class Send(timestamp: CantonTimestamp, signedSubmissionRequest: SignedContent[SubmissionRequest], originalPayloadSize: Int = 0) extends LedgerBlockEvent with Product with Serializable
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def deserializeSignedAcknowledgeRequest(protocolVersion: ProtocolVersion)(ackRequestBytes: ByteString): ParsingResult[SignedContent[AcknowledgeRequest]]
- def deserializeSignedSubmissionRequest(protocolVersion: ProtocolVersion)(submissionRequestBytes: ByteString): ParsingResult[SignedContent[SubmissionRequest]]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- implicit def errorLoggingContextFromNamedLoggingContext(implicit loggingContext: NamedLoggingContext): ErrorLoggingContext
Convert a com.digitalasset.canton.logging.NamedLoggingContext into an com.digitalasset.canton.logging.ErrorLoggingContext to fix the logger name to the current class name.
Convert a com.digitalasset.canton.logging.NamedLoggingContext into an com.digitalasset.canton.logging.ErrorLoggingContext to fix the logger name to the current class name.
- Attributes
- protected
- Definition Classes
- HasLoggerName
- def fromRawBlockEvent(protocolVersion: ProtocolVersion)(blockEvent: RawBlockEvent): ParsingResult[LedgerBlockEvent]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- implicit def loggerNameFromThisClass: LoggerNameFromClass
- Attributes
- protected
- Definition Classes
- HasLoggerName
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def serializeSubmissionRequestByteString(signedSubmission: SignedContent[SubmissionRequest]): ByteString
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])