Skip to main content
Version: v30.0.x

Interface: InstructionLockedInfo

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

Properties

expiry

expiry: BigNumber | null

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

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:175

Whether the instruction is locked for execution


lockedAt

lockedAt: Date | null

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

The date and time when the instruction was locked for execution


unlocksAt

unlocksAt: Date | null

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

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