aztec-nr - protocol_types::public_keys

Struct AddressPoint

pub struct AddressPoint {
    pub inner: EmbeddedCurvePoint,
}

Fields

inner: EmbeddedCurvePoint

Trait implementations

impl ToPoint for AddressPoint

pub fn to_point(self) -> EmbeddedCurvePoint