Interface BitcoindRpcClient.RawTransaction.In

    • Method Detail

      • scriptSig

        java.util.Map<java.lang.String,​java.lang.Object> scriptSig()
      • sequence

        long sequence()
      • address

        java.lang.String address()
        get the spent address, which is specified in the 'scriptPubKey' in the connected output of this tx
        PAY ATTENTION This property is only supported by those bitcoind which supports a '-spentindex' option
        For more information about 'spentindex', take a look at satoshilabs/bitcoin or bitpay/bitcoin