import { Core } from "https://deno.land/x/lucid@0.5.2/src/mod.ts";
const { Certificates } = Core;
Methods
add(elem: Certificate): void
free(): void
get(index: number): Certificate
len(): number
to_bytes(): Uint8Array
to_json(): string
x/lucid/src/mod.ts>Core.Certificates
import { Core } from "https://deno.land/x/lucid@0.5.2/src/mod.ts";
const { Certificates } = Core;