Skip to main content
Version: Next

Variable: ESubscriptionTag

const ESubscriptionTag: object

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

Tags that control what additional fields are included in subscription responses. INCLUDE_PROOF_FACTS: Include proof_facts field in the response (an empty array is returned if no proof facts exist for the transaction; only applicable to INVOKE transactions with version 3).

Type Declaration

INCLUDE_PROOF_FACTS

readonly INCLUDE_PROOF_FACTS: "INCLUDE_PROOF_FACTS"