pub type SsaIndex = NonZero<RawSsaIndex>;Expand description
Type used to index Session Stealth Addresses (SSA).
Note that SSA Index starts with 1.
Aliased Typeยง
#[repr(transparent)]pub struct SsaIndex(/* private fields */);pub type SsaIndex = NonZero<RawSsaIndex>;Type used to index Session Stealth Addresses (SSA).
Note that SSA Index starts with 1.
#[repr(transparent)]pub struct SsaIndex(/* private fields */);