Type Alias: VariantType
VariantType =
CairoOptionVariant|CairoResultVariant|string|number
Defined in: src/utils/calldata/parser/cairoTypeStrategy.type.ts:11
Which branch of an enum a value stands for.
Option and Result have their own named variants; a custom enum names its own, and a bare
index is accepted for the abi order.