Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

G1PointSerde

Fully qualified path: garaga::definitions::structs::points::G1PointSerde

pub impl G1PointSerde of Serde<G1Point>;

Impl functions

serialize

Fully qualified path: garaga::definitions::structs::points::G1PointSerde::serialize

fn serialize(self: @G1Point, ref output: Array<felt252>)

deserialize

Fully qualified path: garaga::definitions::structs::points::G1PointSerde::deserialize

fn deserialize(ref serialized: Span<felt252>) -> Option<G1Point>