Packages

package v1

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class Ordered(tag: String, payload: ByteString) extends GeneratedMessage with Updatable[Ordered] with Product with Serializable
    Annotations
    @SerialVersionUID()
  2. final case class ReadOrderedRequest(startHeight: Long) extends GeneratedMessage with Updatable[ReadOrderedRequest] with Product with Serializable
    Annotations
    @SerialVersionUID()
  3. final case class ReadOrderedResponse(height: Long, block: Seq[Ordered]) extends GeneratedMessage with Updatable[ReadOrderedResponse] with Product with Serializable
    Annotations
    @SerialVersionUID()
  4. final case class SendRequest(tag: String, payload: ByteString) extends GeneratedMessage with Updatable[SendRequest] with Product with Serializable
    Annotations
    @SerialVersionUID()
  5. final case class SendResponse(rejectionReason: Option[String]) extends GeneratedMessage with Updatable[SendResponse] with Product with Serializable
    Annotations
    @SerialVersionUID()

Ungrouped