Skip to main content
Version: Next

Interface: OutsideExecutionOptions

Properties

caller

caller: string

authorized executer of the transaction(s): Hex address or "ANY_CALLER" or shortString.encodeShortString(constants.OutsideExecutionCallerAny)

Defined in

src/types/outsideExecution.ts:6


execute_after

execute_after: BigNumberish

Unix timestamp of the beginning of the timeframe

Defined in

src/types/outsideExecution.ts:8


execute_before

execute_before: BigNumberish

Unix timestamp of the end of the timeframe

Defined in

src/types/outsideExecution.ts:10