Package 

Interface ScriptInterface


  • 
    public interface ScriptInterface
    
                        

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

    • Method Summary

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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail