Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 597 Bytes

eth-connect.sha3.md

File metadata and controls

26 lines (16 loc) · 597 Bytes

Home > eth-connect > sha3

sha3() function

Signature:

export declare function sha3(value: string | number[] | ArrayBuffer | Uint8Array, options?: {
    encoding?: 'hex';
}): string;

Parameters

Parameter Type Description
value string | number[] | ArrayBuffer | Uint8Array
options { encoding?: 'hex'; } (Optional)

Returns:

string