Interface BitcoindRpcClient.RawTransactionSigningOrVerificationError

    • Method Detail

      • txId

        java.lang.String txId()
        Returns:
        The hash of the referenced, previous transaction
      • vOut

        int vOut()
        Returns:
        The index of the output to be spent and used as input
      • scriptSig

        java.lang.String scriptSig()
        Returns:
        The hex-encoded signature script
      • n

        int n()
        Returns:
        Script sequence number
      • error

        java.lang.String error()
        Returns:
        Verification or signing error related to the input