Command

interface Command

A single command in a programmable transaction.

Types

Link copied to clipboard
sealed interface Command

Properties

Link copied to clipboard
abstract val command: Command.Command?

Functions

Link copied to clipboard
Link copied to clipboard
fun Command.copy(body: <Error class: unknown class>.() -> Unit = {}): Command

Copies the original message, including unknown fields.