TransactionExtenderResult

data class TransactionExtenderResult(val effects: List<StateEffect<*>>? = null, val annotations: List<Annotation<*>>? = null)

Result type for transaction extender facet.

Constructors

Link copied to clipboard
constructor(effects: List<StateEffect<*>>? = null, annotations: List<Annotation<*>>? = null)

Properties

Link copied to clipboard
Link copied to clipboard