class Sequencer extends Contract

Auto generated code.

Do not modify!

Please use the web3j command line tools, or the org.web3j.codegen.SolidityFunctionWrapperGenerator in the codegen module to update.

Generated with web3j version 1.4.1.

Annotations
@SuppressWarnings()
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Sequencer
  2. Contract
  3. ManagedTransaction
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Sequencer(contractAddress: String, web3j: Web3j, transactionManager: TransactionManager, contractGasProvider: ContractGasProvider)
    Attributes
    protected[ethereum]
  2. new Sequencer(contractAddress: String, web3j: Web3j, credentials: Credentials, contractGasProvider: ContractGasProvider)
    Attributes
    protected[ethereum]
  3. new Sequencer(contractAddress: String, web3j: Web3j, transactionManager: TransactionManager, gasPrice: BigInteger, gasLimit: BigInteger)
    Attributes
    protected[ethereum]
    Annotations
    @Deprecated
    Deprecated
  4. new Sequencer(contractAddress: String, web3j: Web3j, credentials: Credentials, gasPrice: BigInteger, gasLimit: BigInteger)
    Attributes
    protected[ethereum]
    Annotations
    @Deprecated
    Deprecated

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 authorizationEnabled(): RemoteFunctionCall[Boolean]
  6. def authorizeAccount(traceParent: String, toAuthorize: String): RemoteFunctionCall[TransactionReceipt]
  7. def authorizedAccountEventFlowable(startBlock: DefaultBlockParameter, endBlock: DefaultBlockParameter): Flowable[AuthorizedAccountEventResponse]
  8. def authorizedAccountEventFlowable(filter: EthFilter): Flowable[AuthorizedAccountEventResponse]
  9. def call(arg0: String, arg1: String, arg2: DefaultBlockParameter): String
    Attributes
    protected[tx]
    Definition Classes
    ManagedTransaction
    Annotations
    @throws(classOf[java.io.IOException])
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. def executeCallMultipleValueReturn(arg0: Function): List[Type[_ <: AnyRef]]
    Attributes
    protected[tx]
    Definition Classes
    Contract
    Annotations
    @throws(classOf[java.io.IOException])
  14. def executeCallSingleValueReturn[T <: Type[_ <: AnyRef], R <: AnyRef](arg0: Function, arg1: Class[R]): R
    Attributes
    protected[tx]
    Definition Classes
    Contract
    Annotations
    @throws(classOf[java.io.IOException])
  15. def executeCallSingleValueReturn[T <: Type[_ <: AnyRef]](arg0: Function): T
    Attributes
    protected[tx]
    Definition Classes
    Contract
    Annotations
    @throws(classOf[java.io.IOException])
  16. def executeCallWithoutDecoding(arg0: Function): String
    Attributes
    protected[tx]
    Definition Classes
    Contract
    Annotations
    @throws(classOf[java.io.IOException])
  17. def executeRemoteCallMultipleValueReturn(arg0: Function): RemoteFunctionCall[List[Type[_ <: AnyRef]]]
    Attributes
    protected[tx]
    Definition Classes
    Contract
  18. def executeRemoteCallSingleValueReturn[T <: AnyRef](arg0: Function, arg1: Class[T]): RemoteFunctionCall[T]
    Attributes
    protected[tx]
    Definition Classes
    Contract
  19. def executeRemoteCallSingleValueReturn[T <: Type[_ <: AnyRef]](arg0: Function): RemoteFunctionCall[T]
    Attributes
    protected[tx]
    Definition Classes
    Contract
  20. def executeRemoteCallTransaction(arg0: Function, arg1: BigInteger): RemoteFunctionCall[TransactionReceipt]
    Attributes
    protected[tx]
    Definition Classes
    Contract
  21. def executeRemoteCallTransaction(arg0: Function): RemoteFunctionCall[TransactionReceipt]
    Attributes
    protected[tx]
    Definition Classes
    Contract
  22. def executeTransaction(arg0: Function): TransactionReceipt
    Attributes
    protected[tx]
    Definition Classes
    Contract
    Annotations
    @throws(classOf[java.io.IOException]) @throws(classOf[org.web3j.protocol.exceptions.TransactionException])
  23. def extractEventParameters(arg0: Event, arg1: TransactionReceipt): List[EventValues]
    Attributes
    protected[tx]
    Definition Classes
    Contract
  24. def extractEventParameters(arg0: Event, arg1: Log): EventValues
    Attributes
    protected[tx]
    Definition Classes
    Contract
  25. def extractEventParametersWithLog(arg0: Event, arg1: TransactionReceipt): List[EventValuesWithLog]
    Attributes
    protected[tx]
    Definition Classes
    Contract
  26. def extractEventParametersWithLog(arg0: Event, arg1: Log): EventValuesWithLog
    Attributes
    protected[tx]
    Definition Classes
    Contract
  27. def fatalErrorEventFlowable(startBlock: DefaultBlockParameter, endBlock: DefaultBlockParameter): Flowable[FatalErrorEventResponse]
  28. def fatalErrorEventFlowable(filter: EthFilter): Flowable[FatalErrorEventResponse]
  29. def getAuthorizedAccountEvents(transactionReceipt: TransactionReceipt): List[AuthorizedAccountEventResponse]
  30. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. def getContractAddress(): String
    Definition Classes
    Contract
  32. def getContractBinary(): String
    Definition Classes
    Contract
  33. final def getDeployedAddress(arg0: String): String
    Definition Classes
    Contract
  34. def getFatalErrorEvents(transactionReceipt: TransactionReceipt): List[FatalErrorEventResponse]
  35. def getGasPrice(): BigInteger
    Definition Classes
    Contract
  36. def getNewMemberEvents(transactionReceipt: TransactionReceipt): List[NewMemberEventResponse]
  37. def getSendEvents(transactionReceipt: TransactionReceipt): List[SendEventResponse]
  38. def getStaticDeployedAddress(arg0: String): String
    Attributes
    protected[tx]
    Definition Classes
    Contract
  39. def getSyncThreshold(): Long
    Definition Classes
    ManagedTransaction
  40. def getTransactionReceipt(): Optional[TransactionReceipt]
    Definition Classes
    Contract
  41. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  42. def isAuthorized(account: String): RemoteFunctionCall[Boolean]
  43. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  44. def isValid(): Boolean
    Definition Classes
    Contract
    Annotations
    @throws(classOf[java.io.IOException])
  45. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  46. def newMemberEventFlowable(startBlock: DefaultBlockParameter, endBlock: DefaultBlockParameter): Flowable[NewMemberEventResponse]
  47. def newMemberEventFlowable(filter: EthFilter): Flowable[NewMemberEventResponse]
  48. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  49. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  50. def registerMember(traceParent: String, newMember: String): RemoteFunctionCall[TransactionReceipt]
  51. def registerTpm(traceParent: String, tpmID: String): RemoteFunctionCall[TransactionReceipt]
  52. def requestCurrentGasPrice(): BigInteger
    Definition Classes
    ManagedTransaction
    Annotations
    @throws(classOf[java.io.IOException])
  53. def resolveContractAddress(arg0: String): String
    Attributes
    protected[tx]
    Definition Classes
    Contract
  54. def send(arg0: String, arg1: String, arg2: BigInteger, arg3: BigInteger, arg4: BigInteger, arg5: Boolean): TransactionReceipt
    Attributes
    protected[tx]
    Definition Classes
    ManagedTransaction
    Annotations
    @throws(classOf[java.io.IOException]) @throws(classOf[org.web3j.protocol.exceptions.TransactionException])
  55. def send(arg0: String, arg1: String, arg2: BigInteger, arg3: BigInteger, arg4: BigInteger): TransactionReceipt
    Attributes
    protected[tx]
    Definition Classes
    ManagedTransaction
    Annotations
    @throws(classOf[java.io.IOException]) @throws(classOf[org.web3j.protocol.exceptions.TransactionException])
  56. def sendAsync(traceParent: String, submissionRequest: Array[Byte], timestamp: BigInteger): RemoteFunctionCall[TransactionReceipt]
  57. def sendEIP1559(arg0: Long, arg1: String, arg2: String, arg3: BigInteger, arg4: BigInteger, arg5: BigInteger, arg6: BigInteger, arg7: Boolean): TransactionReceipt
    Attributes
    protected[tx]
    Definition Classes
    ManagedTransaction
    Annotations
    @throws(classOf[java.io.IOException]) @throws(classOf[org.web3j.protocol.exceptions.TransactionException])
  58. def sendEIP1559(arg0: Long, arg1: String, arg2: String, arg3: BigInteger, arg4: BigInteger, arg5: BigInteger, arg6: BigInteger): TransactionReceipt
    Attributes
    protected[tx]
    Definition Classes
    ManagedTransaction
    Annotations
    @throws(classOf[java.io.IOException]) @throws(classOf[org.web3j.protocol.exceptions.TransactionException])
  59. def sendEventFlowable(startBlock: DefaultBlockParameter, endBlock: DefaultBlockParameter): Flowable[SendEventResponse]
  60. def sendEventFlowable(filter: EthFilter): Flowable[SendEventResponse]
  61. def setContractAddress(arg0: String): Unit
    Definition Classes
    Contract
  62. def setDefaultBlockParameter(arg0: DefaultBlockParameter): Unit
    Definition Classes
    Contract
  63. final def setDeployedAddress(arg0: String, arg1: String): Unit
    Definition Classes
    Contract
  64. def setGasPrice(arg0: BigInteger): Unit
    Definition Classes
    Contract
  65. def setGasProvider(arg0: ContractGasProvider): Unit
    Definition Classes
    Contract
  66. def setSyncThreshold(arg0: Long): Unit
    Definition Classes
    ManagedTransaction
  67. def setTransactionReceipt(arg0: TransactionReceipt): Unit
    Definition Classes
    Contract
  68. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  69. def toString(): String
    Definition Classes
    AnyRef → Any
  70. def version(): RemoteFunctionCall[String]
  71. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  72. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  73. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Contract

Inherited from ManagedTransaction

Inherited from AnyRef

Inherited from Any

Ungrouped