Skip to main content
Version: v29.0.x

Interface: InstructionLockedInfo

Defined in: src/api/entities/Instruction/types.ts:164

Properties

expiry

expiry: null | BigNumber

Defined in: src/api/entities/Instruction/types.ts:176

Time in milliseconds after which the instruction will no longer be locked for execution


isLocked

isLocked: boolean

Defined in: src/api/entities/Instruction/types.ts:168

Whether the instruction is locked for execution


lockedAt

lockedAt: null | Date

Defined in: src/api/entities/Instruction/types.ts:172

The date and time when the instruction was locked for execution


unlocksAt

unlocksAt: null | Date

Defined in: src/api/entities/Instruction/types.ts:180

The date when the instruction will no longer be locked for execution