Class Obligation.Commands.Net

  • All Implemented Interfaces:
    net.corda.core.contracts.CommandData , net.corda.finance.contracts.NetCommand

    
    public final class Obligation.Commands.Net
     implements NetCommand
                        

    Net two or more obligation states together in a close-out netting style. Limited to bilateral netting as only the beneficiary (not the obligor) needs to sign.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final NetType type
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      NetType getType() The type of netting to apply, see NetType for options.
      • Methods inherited from class java.lang.Object

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

      • Obligation.Commands.Net

        Obligation.Commands.Net(NetType type)