Skip to content

Safe multiplies two uints and returns an error if the result is invalid.

safeMultiply<T>(left, right): T

Defined in: packages/bitbadgesjs-sdk/src/common/math.ts:125

Safe multiplies two uints and returns an error if the result is invalid.

Type Parameters

T

T extends NumberType

Parameters

left

T

T

Returns

T

Edit this page on GitHub