Title: Implement WasteType Enum in Rust
Labels: smart-contract, data-types
Priority: High
Estimated Time: 15 minutes
Dependencies: #1
Description:
Port the WasteType enum from Cairo to Rust for Stellar Soroban.
Tasks:
Code Reference (Cairo):
pub enum WasteType {
PAPER,
PETPLASTIC,
PLASTIC,
METAL,
GLASS,
}
Acceptance Criteria:
- Enum compiles without errors
- Can be stored in Soroban storage
- Tests pass for all variants
Title: Implement WasteType Enum in Rust
Labels:
smart-contract,data-typesPriority: High
Estimated Time: 15 minutes
Dependencies: #1
Description:
Port the WasteType enum from Cairo to Rust for Stellar Soroban.
Tasks:
Code Reference (Cairo):
Acceptance Criteria: