Closed rolznz closed 1 week ago
In the README it says getFiatValue(satoshi: number, currency: string): number but getFiatValue takes a single object as a parameter.
getFiatValue(satoshi: number, currency: string): number
getFiatValue
Can you check all the examples and update them?
CC @bumi
In the README it says
getFiatValue(satoshi: number, currency: string): number
butgetFiatValue
takes a single object as a parameter.Can you check all the examples and update them?