Package 

Class ScriptAmount

  • All Implemented Interfaces:

    
    public final class ScriptAmount
    
                        

    A object holding a ScriptPubKey and an amount.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Script getScript() The ScriptPubKey.
      final Unit setScript(Script script) The ScriptPubKey.
      final ULong getAmount() The amount.
      final Unit setAmount(ULong amount) The amount.
      • Methods inherited from class java.lang.Object

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