pub type SsaQuota = u64;Expand description
Quota per single SSA in bytes.
The quota in bytes has only informative value for the user - the volume of Exit -> Entry data one SSA cycle carries, which is what a single deposit pays for.
Not the volume at which the Exit recovers the SSA private key: recovery needs
polys × threshold useful shares, and so happens before the cycle drains. The quota covers the
whole cycle, surplus included — see pix_params_to_quota.
The SessionManager always counts in packets, not in bytes, when it comes to quota management.