/** * @import { ShelleyGenesisParams } from "../index.js" */ /** * @type {ShelleyGenesisParams["protocolParams"]} */ export const SHELLEY_GENESIS_PROTOCOL_PARAMS: ShelleyGenesisParams["protocolParams"]; /** * @type {ShelleyGenesisParams} */ export const SHELLEY_GENESIS_PARAMS: ShelleyGenesisParams; import type { ShelleyGenesisParams } from "../index.js"; //# sourceMappingURL=ShelleyGenesisParams.d.ts.map