Skip to main content

MakeMoveVectorInterface

interface MakeMoveVectorInterface

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)

Inheritors

MakeMoveVector

Functions

NameSummary
elementsabstract fun elements(): List<Argument>
The set individual elements to build the vector with
typeTagabstract fun typeTag(): TypeTag?
Type of the individual elements