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 Summary
Constructors Constructor Description NodeOperatorApi(NodeOperatorApi delegate) -
Method Summary
Modifier and Type Method Description voiddeleteTxFromMempool(java.lang.String hash, io.vertx.core.Handler<io.vertx.core.AsyncResult<InlineResponse200>> resultHandler)Delete a pending transaction from the mempoolNodeOperatorApigetDelegate()static NodeOperatorApinewInstance(NodeOperatorApi arg)io.reactivex.Single<InlineResponse200>rxDeleteTxFromMempool(java.lang.String hash)Delete a pending transaction from the mempoolMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
NodeOperatorApi
-
-
Method Details
-
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
Delete a pending transaction from the mempool- Parameters:
hash- The hash of the transaction (required)- Returns:
- Asynchronous result handler (RxJava Single)
-
newInstance
-