Type Alias: InstructionEndCondition
InstructionEndCondition = {
type:SettleOnAffirmation; } | {endBlock:BigNumber;type:SettleOnBlock; } | {endAfterBlock:BigNumber;type:SettleManual; } | {type:SettleAfterLock; }
Defined in: src/api/entities/Instruction/types.ts:29