Skip to main content

soliditySha3Raw

Callable

  • soliditySha3Raw(...values: TypedObject[] | TypedObjectAbbreviated[]): string

  • Will tightly pack values given in the same way solidity would then hash. returns a hash string, if input is empty will return 0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470


    Parameters

    • rest...values: TypedObject[] | TypedObjectAbbreviated[]

    Returns string