Type Alias: ETxnResponseFlag
ETxnResponseFlag = typeof
ETxnResponseFlag[keyof typeofETxnResponseFlag]
Defined in: node_modules/@starknet-io/starknet-types-0103/dist/types/api/constants.d.ts:100
Flags that indicate additional fields to return in transaction responses. INCLUDE_PROOF_FACTS: Include proof_facts field in the response (an empty array is returned if no proof facts exist for the transaction).