Class TransactionPusherService

java.lang.Object
org.fisco.bcos.sdk.transaction.pusher.TransactionPusherService
All Implemented Interfaces:
TransactionPusherInterface

public class TransactionPusherService
extends java.lang.Object
implements TransactionPusherInterface
  • Constructor Summary

    Constructors 
    Constructor Description
    TransactionPusherService​(Client client)
    create the TransactionPusherService
  • Method Summary

    Modifier and Type Method Description
    Client getClient()  
    TransactionReceipt push​(java.lang.String signedTransaction)  
    Call push​(java.lang.String from, java.lang.String to, java.lang.String encodedFunction)  
    java.util.concurrent.CompletableFuture<TransactionReceipt> pushAsync​(java.lang.String signedTransaction)  
    void pushAsync​(java.lang.String signedTransactionData, TransactionCallback callback)  
    void pushOnly​(java.lang.String signedTransaction)  
    void setClient​(Client client)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait