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

Commands

interface Commands : CommandData

Types

Exit

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

data class Exit : CommandData

Issue

Allows new cash states to be issued into existence.

class Issue : TypeOnlyCommandData

Move

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

data class Move : MoveCommand