Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

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