pub type NonZeroCurvePoint = Base58CheckOfBinProt<NonZeroCurvePointUncompressedStableV1, Versioned<NonZeroCurvePointWithVersions, 1>, { crate::b58version::NON_ZERO_CURVE_POINT_COMPRESSED }>;
Aliased Type§
pub struct NonZeroCurvePoint(NonZeroCurvePointUncompressedStableV1, PhantomData<Versioned<NonZeroCurvePointWithVersions, 1>>);
Tuple Fields§
§0: NonZeroCurvePointUncompressedStableV1
§1: PhantomData<Versioned<NonZeroCurvePointWithVersions, 1>>
Trait Implementations§
Source§impl From<&CompressedPubKey> for NonZeroCurvePoint
impl From<&CompressedPubKey> for NonZeroCurvePoint
Source§fn from(v: &CompressedPubKey) -> NonZeroCurvePoint
fn from(v: &CompressedPubKey) -> NonZeroCurvePoint
Converts to this type from the input type.