Packages

object TransactionResultMessage extends HasMemoizedProtocolVersionedWithContextCompanion[TransactionResultMessage, HashOps] with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TransactionResultMessage
  2. Serializable
  3. HasMemoizedProtocolVersionedWithContextCompanion
  4. GenericHasMemoizedProtocolVersionedWrapperCompanion
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type DataByteString = ByteString
  2. type Deserializer = (HashOps, OriginalByteString, DataByteString) => ParsingResult[TransactionResultMessage]
  3. type OriginalByteString = ByteString
  4. type Serializer = (TransactionResultMessage) => ByteString
  5. sealed abstract case class SupportedProtoVersions extends Product with Serializable
  6. case class VersionedProtoConverter(fromInclusive: ProtocolVersion, deserializer: Deserializer, serializer: Serializer) extends Product with Serializable

    Supported protobuf version

    Supported protobuf version

    fromInclusive

    The protocol version when this protobuf version was introduced

    deserializer

    Deserialization method

    serializer

    Serialization method

    Definition Classes
    GenericHasMemoizedProtocolVersionedWrapperCompanion

Value Members

  1. def apply(requestId: RequestId, verdict: Verdict, notificationTree: InformeeTree, protocolVersion: ProtocolVersion): TransactionResultMessage
  2. def fromByteString(context: HashOps)(bytes: OriginalByteString): ParsingResult[TransactionResultMessage]
  3. val name: String

    The name of the class as used for pretty-printing and error reporting

    The name of the class as used for pretty-printing and error reporting

    Definition Classes
    TransactionResultMessageGenericHasMemoizedProtocolVersionedWrapperCompanion
  4. def protocolVersionRepresentativeFor(protoVersion: Int): ProtocolVersion
  5. def protocolVersionRepresentativeFor(protocolVersion: ProtocolVersion): ProtocolVersion
  6. val supportedProtoVersions: SupportedProtoVersions

    Proto versions that are supported by fromProtoVersioned and fromByteString See the helper supportedProtoVersion below to define a Parser.

    Proto versions that are supported by fromProtoVersioned and fromByteString See the helper supportedProtoVersion below to define a Parser.

    Definition Classes
    TransactionResultMessageGenericHasMemoizedProtocolVersionedWrapperCompanion
  7. def toProtoVersioned(v: TransactionResultMessage): VersionedMessage[TransactionResultMessage]
  8. implicit val transactionResultMessageCast: SignedMessageContentCast[TransactionResultMessage]
  9. object SupportedProtoVersions extends Serializable