Interface BitcoindRpcClient.RawTransaction

  • All Superinterfaces:
    java.io.Serializable
    Enclosing interface:
    BitcoindRpcClient

    public static interface BitcoindRpcClient.RawTransaction
    extends java.io.Serializable
    • Method Detail

      • hex

        java.lang.String hex()
      • txId

        java.lang.String txId()
      • version

        int version()
      • lockTime

        long lockTime()
      • size

        long size()
      • vsize

        long vsize()
      • hash

        java.lang.String hash()
      • height

        long height()
        get the height of block in which this transaction is
        PAY ATTENSION this properties only works with bitcoind nodes of which version is under 0.15
      • blockHash

        java.lang.String blockHash()
      • confirmations

        java.lang.Integer confirmations()
        Returns:
        null if this tx has not been confirmed yet
      • time

        java.util.Date time()
        Returns:
        null if this tx has not been confirmed yet
      • blocktime

        java.util.Date blocktime()
        Returns:
        null if this tx has not been confirmed yet