Skip to content

Function: computeBoopHash()

function computeBoopHash(chainId: number | bigint, boop: Boop): `0x${string}`;

Defined in: apps/submitter/lib/utils/boop/computeBoopHash.ts:18

Computes a boop hash, which is compute over a Boop and the chain ID.

Parameters

chainId

number | bigint

boop

Boop

Returns

`0x${string}`