Skip to main content

ITransferObjects

Namespace: IotaSdk

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
public interface ITransferObjects : System.IEquatable`1[[IotaSdk.TransferObjects, IotaSdk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]

Implements IEquatable<TransferObjects>
Attributes NullableContextAttribute

Methods

Address()

The address to transfer ownership to

Argument Address()

Returns

Argument

Objects()

Set of objects to transfer

Argument[] Objects()

Returns

Argument[]