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.
Parameters
Seção intitulada “Parameters”| Parameter | Type |
|---|---|
input | unknown |
options | RatesOptions |