id static method

String id(
  1. String text
)

The Ethereum Identity function computes the KECCAK256 hash of the text bytes.

Implementation

external static String id(String text);