Options
All
  • Public
  • Public/Protected
  • All
Menu

Class that represents a contract configuration flag.

new Contract().setConfig({ flags: [new Flag('erase-comments')] });

Hierarchy

  • Flag

Index

Constructors

Properties

Methods

Constructors

  • new Flag(flag: string, ...args: string[]): Flag

Properties

args: string[] = []
flag: string

Methods

  • [toPrimitive](): string

Generated using TypeDoc