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 createProposal(certificate: String, userAffiliation: String, chaincodeName: String, channelName: String, function: String, networkDescriptionPath: Path, args: String*): Array[Byte]

    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

  7. def createSignedProposal(operationConnection: ConnectionOperationTrait, proposal: Proposal, signature: ByteString): (TransactionImpl, SignedProposal)
  8. def createTransactionInfo(contract: ContractImpl, transactionName: String, params: Seq[String], transactionId: Option[String]): (TransactionImpl, TransactionContext, TransactionProposalRequest)
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  12. def getApprovalParameterList(initiator: String, contractName: String, transactionName: String, params: Array[String]): Seq[String]
  13. def getChaincodeActionPayloadFromTransactionPayload(payload: Payload): ChaincodeActionPayload
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  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 hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def internalSendTransaction(channel: Channel, signature: Array[Byte], transactionOptions: TransactionOptions, proposalTransactionID: String, transactionPayload: ByteString): CompletableFuture[TransactionEvent]
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. def sendTransaction(connection: ConnectionTrait, channel: String, ctx: TransactionContext, channelObj: Channel, transactionPayloadBytes: ByteString, signature: Array[Byte], proposalTransactionID: String): Array[Byte]
  29. def setTransactionSignature(transactionPayload: ByteString, signature: Array[Byte]): Envelope
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped