corda / net.corda.finance.contracts / NetCommand

NetCommand

interface NetCommand : CommandData

A common netting command for contracts whose states can be netted.

Properties

type

The type of netting to apply, see NetType for options.

abstract val type: NetType