getPrivacyTierSchedule()
SIP Protocol API Reference v0.15.1
SIP Protocol API Reference / getPrivacyTierSchedule
Function: getPrivacyTierSchedule()
Section titled “Function: getPrivacyTierSchedule()”getPrivacyTierSchedule():
PrivacyTierFee[]
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:25118
Get the full fee schedule, ordered lowest → highest privacy.
Returns
Section titled “Returns”All tier descriptors in canonical order (for display / transparency)
Example
Section titled “Example”getPrivacyTierSchedule().map((f) => f.bps) // [10, 30, 50]