Skip to content

safeGetCurrentRate

This content is not available in your language yet.

function safeGetCurrentRate(input?, options?): SafeResult<MonthlyBaseRate>;

Defined in: safe.ts:106

Non-throwing variant of getCurrentRate. When ok is true, the value matches getCurrentRate for the same inputs and options.

ParameterType
inputunknown
optionsRatesOptions

SafeResult<MonthlyBaseRate>