Skip to content

Commit

Permalink
fix typebox portable type annonation
Browse files Browse the repository at this point in the history
  • Loading branch information
solidsnakedev committed Jul 27, 2023
1 parent 9986d05 commit 19b3c6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plutus/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import {
TSchema,
Type,
} from "https://deno.land/x/[email protected]/src/typebox.ts";
export * from "https://deno.land/x/[email protected]/src/typebox.ts"
import { C } from "../core/mod.ts";
import { Datum, Exact, Json, Redeemer } from "../types/mod.ts";
import { fromHex, fromText, toHex } from "../utils/utils.ts";
Expand Down

0 comments on commit 19b3c6d

Please sign in to comment.