Reject

data class Reject(val reason: String) : GateDecision

Reject the proposition outright; it should not be persisted.

Constructors

Link copied to clipboard
constructor(reason: String)

Properties

Link copied to clipboard