Function: doBalancesExceedThreshold()
Returns true if some balances exceed the specified threshold balances.
doBalancesExceedThreshold<
T>(balances,thresholdBalances):boolean
Defined in: packages/bitbadgesjs-sdk/src/core/balances.ts:245
Returns true if some balances exceed the specified threshold balances.
Type Parameters
T
T extends NumberType
Parameters
balances
iBalance<T>[]
thresholdBalances
iBalance<T>[]
Returns
boolean
Remarks
Can also be used via the corresponding method with same name on BalanceArray