aztec-nr - protocol_types::public_keys

Struct AddressPoint

pub struct AddressPoint {
    pub inner: Point,
}

Fields

inner: Point

Trait implementations

impl ToPoint for AddressPoint

pub fn to_point(self) -> Point