VerifyHashParameters: Pick<CallParameters, "blockNumber" | "blockTag"> & {
    address: Address;
    hash: Hex;
    signature: Hex | ByteArray;
}

Type declaration

  • address: Address

    The address that signed the original message.

  • hash: Hex

    The hash to be verified.

  • signature: Hex | ByteArray

    The signature that was generated by signing the message with the address's private key.

Generated using TypeDoc