@lodestar/beacon-node
Version:
A Typescript implementation of the beacon chain
15 lines • 571 B
TypeScript
import { FastifyInstance } from "fastify";
import { BeaconRestApiServerOpts } from "./index.js";
export declare function registerSwaggerUIRoutes(server: FastifyInstance, opts: BeaconRestApiServerOpts, version?: string): Promise<void>;
export declare function getFavicon(): Promise<{
filename: string;
rel: string;
sizes: string;
type: string;
content: Buffer<ArrayBufferLike>;
}[] | undefined>;
export declare function getLogo(): Promise<{
type: string;
content: Buffer<ArrayBufferLike>;
} | undefined>;
//# sourceMappingURL=swaggerUI.d.ts.map