corda / net.corda.finance.contracts.asset / Cash / Commands

Commands

interface Commands : CommandData

Types

Exit

data class Exit : CommandData

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

Issue

class Issue : TypeOnlyCommandData

Allows new cash states to be issued into existence.

Move

data class Move : MoveCommand

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