Skip to main content
Version: Next

Variable: ValidateType

const ValidateType: object

Defined in: src/types/calldata.ts:3

Type Declaration

DEPLOY

readonly DEPLOY: "DEPLOY" = 'DEPLOY'

CALL

readonly CALL: "CALL" = 'CALL'

INVOKE

readonly INVOKE: "INVOKE" = 'INVOKE'