Skip to main content

SsaIndex

Type Alias SsaIndex 

Source
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 */);