@lodestar/api
Version:
A Typescript REST client for the Ethereum Consensus API
8 lines • 300 B
TypeScript
import { MediaType } from "./headers.js";
export declare enum WireFormat {
json = "json",
ssz = "ssz"
}
export declare function getWireFormat(mediaType: MediaType): WireFormat;
export declare function fromWireFormat(wireFormat: WireFormat): MediaType;
//# sourceMappingURL=wireFormat.d.ts.map