Skip to main content

soliditySha3

Callable

  • soliditySha3(...values: Sha3Input[]): undefined | string

  • Will tightly pack values given in the same way solidity would then hash. returns a hash string, or null if input is empty


    Parameters

    Returns undefined | string