Class TransactionManager


  • @Deprecated
    public class TransactionManager
    extends java.lang.Object
    Deprecated.
    This class is deprecated since caver-java:1.5.0
    • Method Detail

      • executeTransaction

        public KlayTransactionReceipt.TransactionReceipt executeTransaction​(java.lang.String rawTransaction)
        Deprecated.
        executes a transaction and receives a receipt for its live result
        Parameters:
        rawTransaction - transaction
        Returns:
        receipt for transaction
      • makeSignatureData

        public java.util.Set<KlaySignatureData> makeSignatureData​(AbstractTxType txType)
        Deprecated.
        After signing a transaction, the signature produced is returned in combination with the signature of the transaction.
        Parameters:
        txType - transaction
        Returns:
        signatures of transaction
      • sign

        public KlayRawTransaction sign​(AbstractTxType txType)
        Deprecated.
        The result of signing a transaction is added to the raw transaction and returned
        Parameters:
        txType - Transaction Type Object to Sign
        Returns:
        signed raw transaction
      • sign

        public KlayRawTransaction sign​(java.lang.String klayRawTransaction)
        Deprecated.
        The result of signing a transaction is added to the raw transaction and returned
        Parameters:
        klayRawTransaction - The RLP-encoded transaction(rawTransaction) string to sign.
        Returns:
        signed raw transaction
      • sign

        public KlayRawTransaction sign​(TransactionTransformer transactionTransformer)
        Deprecated.
        The result of signing a transaction is added to the raw transaction and returned
        Parameters:
        transactionTransformer - TransactionTransformer Object to Sign
        Returns:
        signed raw transaction
      • getDefaultAddress

        public java.lang.String getDefaultAddress()
        Deprecated.