Class UnspentOutput

java.lang.Object
org.consensusj.bitcoin.json.pojo.UnspentOutput
All Implemented Interfaces:
UtxoInfo

public class UnspentOutput extends Object implements UtxoInfo
Data class for UnspentOutput as returned by listUnspent RPC Because the class is immutable we have to give Jackson some hints via annotations.