Class TransactionOutput

java.lang.Object
com.bradyrussell.uiscoin.transaction.TransactionOutput
All Implemented Interfaces:
SerializableAsBinaryData, VerifiableWithBlockchain

public class TransactionOutput
extends java.lang.Object
implements SerializableAsBinaryData, VerifiableWithBlockchain
  • Field Summary

    Fields 
    Modifier and Type Field Description
    long Amount  
    byte[] LockingScript  
  • Constructor Summary

    Constructors 
    Constructor Description
    TransactionOutput()  
    TransactionOutput​(long amount, byte[] lockingScript)  
  • Method Summary

    Modifier and Type Method Description
    byte[] getBinaryData()  
    byte[] getHash()  
    int getSize()  
    int setBinaryData​(byte[] Data)  
    boolean verify​(BlockchainStorage blockchain)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait