TransferObjects
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 class TransferObjects : ITransferObjects, System.IEquatable`1[[IotaSdk.TransferObjects, IotaSdk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.IDisposable
Inheritance Object → TransferObjects
Implements ITransferObjects, IEquatable<TransferObjects>, IDisposable
Attributes NullableContextAttribute, NullableAttribute
Constructors
TransferObjects(UInt64)
public TransferObjects(ulong pointer)
Parameters
pointer UInt64
TransferObjects(Argument[], Argument)
public TransferObjects(Argument[] objects, Argument address)
Parameters
objects Argument[]
address Argument
Methods
Destroy()
public void Destroy()
Dispose()
public void Dispose()
Address()
The address to transfer ownership to
public Argument Address()
Returns
Objects()
Set of objects to transfer
public Argument[] Objects()
Returns
Equals(TransferObjects)
public bool Equals(TransferObjects? other)
Parameters
other TransferObjects?
Returns
Equals(Object)
public override bool Equals(object? obj)
Parameters
obj Object?