Skip to main content

TransferObjectsInterface

interface TransferObjectsInterface

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

BCS

The BCS serialized form for this type is defined by the following ABNF:

transfer-objects = (vector argument) argument

Inheritors

TransferObjects

Functions

NameSummary
addressabstract fun address(): Argument
The address to transfer ownership to
objectsabstract fun objects(): List<Argument>
Set of objects to transfer