Skip to main content
Version: Next

Interface: OutsideExecutionOptions

types.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:5


execute_after​

• execute_after: BigNumberish

Unix timestamp of the beginning of the timeframe

Defined in​

src/types/outsideExecution.ts:7


execute_before​

• execute_before: BigNumberish

Unix timestamp of the end of the timeframe

Defined in​

src/types/outsideExecution.ts:9