Skip to content

Commit

Permalink
fix optinal albi
Browse files Browse the repository at this point in the history
  • Loading branch information
jbcaron committed Nov 22, 2024
1 parent 6853ac6 commit 645ba08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions starknet-core/src/types/contract/legacy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ const API_VERSION: Felt = Felt::ZERO;
#[cfg_attr(feature = "no_unknown_fields", serde(deny_unknown_fields))]
pub struct LegacyContractClass {
/// Contract ABI.
#[serde(default)]
pub abi: Vec<RawLegacyAbiEntry>,
/// Contract entrypoints.
pub entry_points_by_type: RawLegacyEntryPoints,
Expand Down

0 comments on commit 645ba08

Please sign in to comment.