import { Core } from "https://deno.land/x/lucid@0.5.2/src/mod.ts";
const { ExUnitPrices } = Core;
Static Methods
from_bytes(bytes: Uint8Array): ExUnitPrices
from_float(mem_price: number, step_price: number): ExUnitPrices
new(mem_price: UnitInterval, step_price: UnitInterval): ExUnitPrices