Skip to main content
Version: Next

Variable: EntryPointType

const EntryPointType: object

Defined in: src/types/lib/contract/index.ts:24

Type Declaration

EXTERNAL

readonly EXTERNAL: "EXTERNAL" = 'EXTERNAL'

L1_HANDLER

readonly L1_HANDLER: "L1_HANDLER" = 'L1_HANDLER'

CONSTRUCTOR

readonly CONSTRUCTOR: "CONSTRUCTOR" = 'CONSTRUCTOR'