IMakeMoveVector
Namespace: IotaSdk
Command to build a move vector out of a set of individual elements
BCS
The BCS serialized form for this type is defined by the following ABNF:
make-move-vector = (option type-tag) (vector argument)
public interface IMakeMoveVector : System.IEquatable`1[[IotaSdk.MakeMoveVector, IotaSdk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]
Implements IEquatable<MakeMoveVector>
Attributes NullableContextAttribute
Methods
Elements()
The set individual elements to build the vector with
Argument[] Elements()
Returns
TypeTag()
Type of the individual elements
This is required to be set when the type can't be inferred, for example when the set of provided arguments are all pure input values.
TypeTag? TypeTag()