pub type SaplingScanningKey = String;
The type used in Zebra to store Sapling scanning keys. It can represent a full viewing key or an individual viewing key.
pub struct SaplingScanningKey { /* private fields */ }