Packages

object TransactionHelper

Attributes
protected[de.upb.cs.uc4.hyperledger]
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TransactionHelper
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. def createSignedProposal(operationConnection: ConnectionOperationsTrait, proposal: Proposal, signature: ByteString): (TransactionImpl, SignedProposal)
  7. def createTransactionInfo(contract: ContractImpl, transactionName: String, params: Seq[String], transactionId: Option[String]): (TransactionImpl, TransactionContext, TransactionProposalRequest)
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  11. def getApprovalParameterList(initiator: String, contractName: String, transactionName: String, params: Array[String]): Seq[String]
  12. def getChaincodeActionPayloadFromTransactionPayload(payload: Payload): ChaincodeActionPayload
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def getParametersFromApprovalProposal(proposal: Proposal): (String, String, Array[String])
  15. def getParametersFromTransactionPayload(payload: Payload): (String, Seq[String])
  16. def getTransaction(validResponses: Collection[ProposalResponse], channelObj: Channel): Payload
  17. def getTransactionIdFromHeader(header: Header): String
  18. def getTransactionIdFromProposal(proposal: Proposal): String
  19. def getTransactionNameFromFcn(fcn: String): String
  20. def getTransactionNameFromProposal(proposal: Proposal): String
  21. def getTransactionParamsFromProposal(proposal: Proposal): Seq[String]
  22. def getUnsignedProposalNew(certificate: String, userAffiliation: String, chaincodeName: String, channelName: String, function: String, networkDescriptionPath: Path, args: String*): Proposal

    certificate

    the certificate of the user to create the proposal for

    userAffiliation

    the affiliation of the user to create the proposal for

    chaincodeName

    the chaincodeName to create a proposal for

    channelName

    the channelName to create a proposal for

    function

    the hyperledger fcnName (contractName:transactionName) describing the proposal to be created

    networkDescriptionPath

    path to the network description file containing information about peers and orderers

    args

    parameters given to the fcn for invocation in the proposal

    returns

    The proposalObject created

  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. def internalSendTransaction(channel: Channel, signature: Array[Byte], transactionOptions: TransactionOptions, proposalTransactionID: String, transactionPayload: ByteString): CompletableFuture[TransactionEvent]
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. def sendTransaction(connection: ConnectionTrait, channel: String, ctx: TransactionContext, channelObj: Channel, transactionPayloadBytes: ByteString, signature: Array[Byte], proposalTransactionID: String): Array[Byte]
  30. def setTransactionSignature(transactionPayload: ByteString, signature: Array[Byte]): Envelope
  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped