Skip to main content
Version: 10.x

Variable: CALL_TYPE

const CALL_TYPE: object

Defined in: node_modules/@starknet-io/starknet-types-0104/dist/types/api/constants.d.ts:76

Represents the type of a function call.

Type Declaration

DELEGATE

readonly DELEGATE: "DELEGATE"

LIBRARY_CALL

readonly LIBRARY_CALL: "LIBRARY_CALL"

CALL

readonly CALL: "CALL"