Class SignedTransaction


  • public class SignedTransaction
    extends java.lang.Object
    SignedTransaction serializes transaction messages and makes parameters to send
    • Constructor Detail

      • SignedTransaction

        public SignedTransaction​(Transaction transaction,
                                 Wallet wallet)
        Creates a signed transaction
        Parameters:
        transaction - a raw transaction to be signed
        wallet - a wallet for signing the transaction
      • SignedTransaction

        public SignedTransaction​(Transaction transaction,
                                 Wallet wallet,
                                 java.math.BigInteger stepLimit)
        Creates a signed transaction with the given stepLimit
        Parameters:
        transaction - a raw transaction to be signed
        wallet - a wallet for signing the transaction
        stepLimit - A maximum step allowance that can be used by the transaction. The stepLimit value of the transaction will be overridden by this value.
        Since:
        0.9.12
    • Method Detail

      • getProperties

        public RpcObject getProperties()
        Gets the parameters including signature
        Returns:
        parameters