Skip to content

@aldea/compiler / "aldea/lock" / LockType

Enumeration: LockType

"aldea/lock".LockType

Lock Types

  • Frozen - can't be called; can't be locked; (can be loaded?)
  • None - can't be called; anyone can lock; (default type)
  • Address - requires sig to call; requires sig to lock;
  • Jig - caller must be parent; new lock must be set by parent;
  • Public - anyone can call; new lock must be set by self;

Table of contents

Enumeration Members

Enumeration Members

ADDRESS

ADDRESS = 1

Defined in

index.d.ts:14


FROZEN

FROZEN = -1

Defined in

index.d.ts:12


JIG

JIG = 2

Defined in

index.d.ts:15


NONE

NONE = 0

Defined in

index.d.ts:13


PUBLIC

PUBLIC = 3

Defined in

index.d.ts:16