Point
Fully qualified path: test4::ecvrf::Point
[derive(Copy, Drop, Serde)]
pub struct Point {
pub x: felt252,
pub y: felt252,
}
Members
x
Fully qualified path: test4::ecvrf::Point::x
pub x: felt252
y
Fully qualified path: test4::ecvrf::Point::y
pub y: felt252