Commands

interface Commands : CommandData

Types

Link copied to clipboard
data class Exit(val amount: Amount<Issued<Currency>>) : CommandData

A command stating that money has been withdrawn from the shared ledger and is now accounted for in some other way.

Link copied to clipboard

Allows new cash states to be issued into existence.

Link copied to clipboard
data class Move(val contract: Class<out Contract>? = null) : MoveCommand

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