Skip to content

getPrivacyTierSchedule()

SIP Protocol API Reference v0.14.0


SIP Protocol API Reference / getPrivacyTierSchedule

getPrivacyTierSchedule(): PrivacyTierFee[]

Defined in: @sip-protocol/sdk/dist/index-ClFG32eh.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]