Package 

Class Script

  • All Implemented Interfaces:
    java.lang.AutoCloseable , org.bitcoindevkit.Disposable , org.bitcoindevkit.ScriptInterface

    
    public class Script
     implements Disposable, AutoCloseable, ScriptInterface
                        

    A bitcoin script: https://en.bitcoin.it/wiki/Script

    • Constructor Summary

      Constructors 
      Constructor Description
      Script(ByteArray rawOutputScript) Interpret an array of bytes as a bitcoin script.
    • Method Summary

      Modifier and Type Method Description
      Unit destroy()
      Unit close()
      ByteArray toBytes() Convert a script into an array of bytes.
      String toString()
      • Methods inherited from class java.lang.Object

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