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