Class NodeOperatorApi

java.lang.Object
com.kryptokrauts.aeternity.generated.api.rxjava.NodeOperatorApi

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
           date="2022-01-10T23:40:09.108255703Z[Etc/UTC]")
public class NodeOperatorApi
extends java.lang.Object
  • Constructor Details

  • Method Details

    • getDelegate

      public NodeOperatorApi getDelegate()
    • deleteTxFromMempool

      public void deleteTxFromMempool​(java.lang.String hash, io.vertx.core.Handler<io.vertx.core.AsyncResult<InlineResponse200>> resultHandler)
      Delete a pending transaction from the mempool
      Parameters:
      hash - The hash of the transaction (required)
      resultHandler - Asynchronous result handler
    • rxDeleteTxFromMempool

      public io.reactivex.Single<InlineResponse200> rxDeleteTxFromMempool​(java.lang.String hash)
      Delete a pending transaction from the mempool
      Parameters:
      hash - The hash of the transaction (required)
      Returns:
      Asynchronous result handler (RxJava Single)
    • newInstance

      public static NodeOperatorApi newInstance​(NodeOperatorApi arg)