isPoint
bitcoinjs-lib / types / isPoint
Function: isPoint()
isPoint(
p
):boolean
Defined in: ts_src/types.ts:31
Checks if the given value is a valid elliptic curve point.
Parameters
p
The value to check.
undefined
| null
| number
| Uint8Array
Returns
boolean
True if the value is a valid elliptic curve point, false otherwise.