iota-basic > "api/CurlHash" > ICurlHash
Interface describing the implementation a curlhasher must have.
► init(iota: any
): void
Defined in api/CurlHash.ts:10
this function
Parameters:
Param | Type | Description |
---|---|---|
iota | any |
The iota.lib.js client. |
Returns: void