Corelib
#[derive(Copy, Drop, Debug, Serde)] pub struct ResourceBounds { pub resource: felt252, pub max_amount: u64, pub max_price_per_unit: u128, }
pub resource: felt252
pub max_amount: u64
pub max_price_per_unit: u128
Was this page helpful?