Argument

interface Argument

An argument to a programmable transaction command.

Types

Link copied to clipboard
sealed class ArgumentKind

Properties

Link copied to clipboard
abstract val input: <Error class: unknown class>?

Index of an input when kind is INPUT.

Link copied to clipboard
Link copied to clipboard

Returns the field-presence view for this Argument instance.

Link copied to clipboard
abstract val result: <Error class: unknown class>?

Index of a result when kind is RESULT.

Link copied to clipboard
abstract val subresult: <Error class: unknown class>?

Used to access a nested result when kind is RESULT.

Functions

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

Copies the original message, including unknown fields.