Class BitcoinTransactionInfo

java.lang.Object
org.consensusj.bitcoin.json.pojo.BitcoinTransactionInfo

public class BitcoinTransactionInfo extends Object
(Mostly) Immutable representation of BitcoinTransaction info JSON

It is not fully-immutable because of addOtherInfo(String, Object) which should only be used by Jackson when deserializing.

This is returned by BitcoinClient.listTransactions().