pub type MoneroAddress = Address<{ _ }>;Expand description
Instantiation of the Address type with Monero’s network bytes.
Aliased Type§
pub struct MoneroAddress {
pub(crate) network: Network,
pub(crate) kind: AddressType,
pub(crate) spend: Point,
pub(crate) view: Point,
}Fields§
§network: Network§kind: AddressType§spend: Point§view: Point