corda / net.corda.finance.flows / TwoPartyTradeFlow / Seller / AWAITING_PROPOSAL

AWAITING_PROPOSAL

object AWAITING_PROPOSAL : Step

Inherited Properties

changes

open val changes: Observable<Change>

extraAuditData

open val extraAuditData: Map<String, String>

A flow may populate this property with flow specific context data. The extra data will be recorded to the audit logs when the flow progresses. Even if empty the basic details (i.e. label) of the step will be recorded for audit purposes.

label

open val label: String

Inherited Functions

childProgressTracker

open fun childProgressTracker(): ProgressTracker?