core::starknet
core::starknet::info::v2::ResourceBounds
V3 transactions resources used for enabling the fee market.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
#[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?