import { Core } from "https://deno.land/x/lucid@0.5.2/src/mod.ts";
const { TimelockStart } = Core;
Static Methods
from_bytes(bytes: Uint8Array): TimelockStart
from_json(json: string): TimelockStart
new(slot: BigNum): TimelockStart
x/lucid/src/mod.ts>Core.TimelockStart
import { Core } from "https://deno.land/x/lucid@0.5.2/src/mod.ts";
const { TimelockStart } = Core;