Variable: CALL_TYPE
constCALL_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
readonlyDELEGATE:"DELEGATE"
LIBRARY_CALL
readonlyLIBRARY_CALL:"LIBRARY_CALL"
CALL
readonlyCALL:"CALL"