import { Core } from "https://deno.land/x/lucid@0.5.2/src/mod.ts";
const { Update } = Core;
Static Methods
from_bytes(bytes: Uint8Array): Update
new(proposed_protocol_parameter_updates: ProposedProtocolParameterUpdates, epoch: number): Update
import { Core } from "https://deno.land/x/lucid@0.5.2/src/mod.ts";
const { Update } = Core;