Class Cash.Commands.Move

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

    
    public final class Cash.Commands.Move
     implements MoveCommand
                        

    A command stating that money has been moved, optionally to fulfil another contract.

    • 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
      Class<out Contract> getContract()
      • Methods inherited from class java.lang.Object

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

      • Cash.Commands.Move

        Cash.Commands.Move(Class<out Contract> contract)
        Parameters:
        contract - the contract this move is for the attention of.