Interface BitcoindRpcClient.TxOutput

    • Method Detail

      • address

        java.lang.String address()
      • label

        java.lang.String label()
        Returns:
        The label associated with address()
      • amount

        java.math.BigDecimal amount()
      • spendable

        java.lang.Boolean spendable()
        Returns:
        Whether we have the private keys to spend this output
      • solvable

        java.lang.Boolean solvable()
        Returns:
        Whether we know how to spend this output, ignoring the lack of keys
      • desc

        java.lang.String desc()
        Returns:
        (only when solvable) A descriptor for spending this output
      • safe

        java.lang.Boolean safe()
        Returns:
        Whether this output is considered safe to spend. Unconfirmed transactions from outside keys and unconfirmed replacement transactions are considered unsafe and are not eligible for spending by fundrawtransaction and sendtoaddress.
      • data

        byte[] data()