Skip to main content

CommandInterface

type CommandInterface

A single command in a programmable transaction.

BCS

The BCS serialized form for this type is defined by the following ABNF:

```text command = command-move-call =/ command-transfer-objects =/ command-split-coins =/ command-merge-coins =/ command-publish =/ command-make-move-vector =/ command-upgrade

command-move-call = %d00 move-call command-transfer-objects = %d01 transfer-objects command-split-coins = %d02 split-coins command-merge-coins = %d03 merge-coins command-publish = %d04 publish command-make-move-vector = %d05 make-move-vector command-upgrade = %d06 upgrade ```

type CommandInterface interface {
}