Function simpleFormatBalance
- simpleFormatBalance(balance: string | number | BN, decimals?: number, currency?: string, withUnit?: boolean): string
-
Parameters
-
balance: string | number | BN
-
Optional
decimals: number
-
Optional
currency: string
-
withUnit: boolean = true
Returns string
Extract decimals from the balance and converts it to human readable format