GetBlockHashParams

Represents the parameters for the "getBlockHash" function.

type GetBlockHashParams = {
blockNumber: AbiParameterToPrimitiveType<{
internalType: "uint256";
name: "blockNumber";
type: "uint256";
}>;
};