Skip to main content
Version: v0.0.3

Interface: ScriptResponseInput

Input to buildScriptResponse: the response kind, its code, and optional detail.

Properties

code

readonly code: string

The primary response <Code>; required (a response must carry one).


description?

readonly optional description?: string


descriptionCode?

readonly optional descriptionCode?: string


readonly optional header?: ScriptHeaderInput


kind

readonly kind: ResponseKind

Which response transaction to build.