TransferObjects

interface TransferObjects

Command to transfer ownership of a set of objects to an address.

Properties

Link copied to clipboard
abstract val address: Argument

The address to transfer ownership to.

Link copied to clipboard
abstract val objects: List<Argument>

Set of objects to transfer.

Link copied to clipboard

Returns the field-presence view for this TransferObjects instance.

Functions

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

Copies the original message, including unknown fields.