corda / net.corda.finance.contracts / NetCommand

NetCommand

interface NetCommand : CommandData

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

Properties

type

abstract val type: NetType

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

Extension Functions

contextLogger

fun Any.contextLogger(): <ERROR CLASS>

When called from a companion object, returns the logger for the enclosing class.

Inheritors

Net

data class Net : NetCommand

Net two or more obligation states together in a close-out netting style. Limited to bilateral netting as only the beneficiary (not the obligor) needs to sign.