Versions in this module Expand all Collapse all v0 v0.0.1 Mar 19, 2024 Changes in this version + type CasmClass struct + ByteCode []*felt.Felt + EntryPointByType CasmClassEntryPointsByType + Prime string + Version string + func UnmarshalCasmClass(filePath string) (*CasmClass, error) + type CasmClassEntryPoint struct + Builtins []string + Offset int + Selector *felt.Felt + type CasmClassEntryPointsByType struct + Constructor []CasmClassEntryPoint + External []CasmClassEntryPoint + L1Handler []CasmClassEntryPoint