We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6853ac6 commit 645ba08Copy full SHA for 645ba08
starknet-core/src/types/contract/legacy.rs
@@ -31,6 +31,7 @@ const API_VERSION: Felt = Felt::ZERO;
31
#[cfg_attr(feature = "no_unknown_fields", serde(deny_unknown_fields))]
32
pub struct LegacyContractClass {
33
/// Contract ABI.
34
+ #[serde(default)]
35
pub abi: Vec<RawLegacyAbiEntry>,
36
/// Contract entrypoints.
37
pub entry_points_by_type: RawLegacyEntryPoints,
0 commit comments