Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration CommandFlags

CommandFlags

description

Flags that modify a command's execution

Index

Enumeration members

CALL

CALL: = 1

Specifies that a call should be made using the CALL opcode

CALLTYPE_MASK

CALLTYPE_MASK: = 3

A bitmask that selects calltype flags

CALL_WITH_VALUE

CALL_WITH_VALUE: = 3

Specifies that a call should be made using the CALL opcode, and that the first argument will be the value to send

DELEGATECALL

DELEGATECALL: = 0

Specifies that a call should be made using the DELEGATECALL opcode

EXTENDED_COMMAND

EXTENDED_COMMAND: = 64

Specifies that this is an extended command, with an additional command word for indices. Internal use only.

STATICCALL

STATICCALL: = 2

Specifies that a call should be made using the STATICCALL opcode

TUPLE_RETURN

TUPLE_RETURN: = 128

Specifies that the return value of this call should be wrapped in a bytes. Internal use only.

Generated using TypeDoc