Interface: InstructionLockedInfo
api/entities/Instruction/types.InstructionLockedInfo
Properties
expiry
• expiry: null
| BigNumber
Time in milliseconds after which the instruction will no longer be locked for execution
Defined in
api/entities/Instruction/types.ts:176
isLocked
• isLocked: boolean
Whether the instruction is locked for execution
Defined in
api/entities/Instruction/types.ts:168
lockedAt
• lockedAt: null
| Date
The date and time when the instruction was locked for execution
Defined in
api/entities/Instruction/types.ts:172
unlocksAt
• unlocksAt: null
| Date
The date when the instruction will no longer be locked for execution