A 384-bit unsigned integer, used for circuit values.Documentation Index
Fetch the complete documentation index at: https://docs.starknet.io/llms.txt
Use this file to discover all available pages before exploring further.
A 384-bit unsigned integer, used for circuit values.Documentation Index
Fetch the complete documentation index at: https://docs.starknet.io/llms.txt
Use this file to discover all available pages before exploring further.
#[derive(Copy, Drop, Debug, PartialEq)]
pub struct u384 {
pub limb0: BoundedInt,
pub limb1: BoundedInt,
pub limb2: BoundedInt,
pub limb3: BoundedInt,
}
pub limb0: BoundedInt
pub limb1: BoundedInt
pub limb2: BoundedInt
pub limb3: BoundedInt
Was this page helpful?