Skip to main content

TransferObjectsProtocol

TransferObjectsProtocol Objects

class TransferObjectsProtocol(typing.Protocol)

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

address

def address() -> Argument

The address to transfer ownership to

objects

def objects() -> typing.List[Argument]

Set of objects to transfer