getEccLib
bitcoinjs-lib / getEccLib
Function: getEccLib()
getEccLib():
TinySecp256k1Interface
Defined in: ts_src/ecc_lib.ts:31
Retrieves the ECC Library instance. Throws an error if the ECC Library is not provided. You must call initEccLib() with a valid TinySecp256k1Interface instance before calling this function.
Returns
The ECC Library instance.
Throws
Error if the ECC Library is not provided.