Skip to content

getPrivacyTierSchedule()

SIP Protocol API Reference v0.15.1


SIP Protocol API Reference / getPrivacyTierSchedule

getPrivacyTierSchedule(): PrivacyTierFee[]

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:25118

Get the full fee schedule, ordered lowest → highest privacy.

PrivacyTierFee[]

All tier descriptors in canonical order (for display / transparency)

getPrivacyTierSchedule().map((f) => f.bps) // [10, 30, 50]