@andamiojs/datum-utils
Advanced tools
Comparing version 0.1.1 to 0.2.0
export * from './types'; | ||
export * from './decodeCourseGovDatum'; |
@@ -18,1 +18,2 @@ "use strict"; | ||
__exportStar(require("./types"), exports); | ||
__exportStar(require("./decodeCourseGovDatum"), exports); |
import { BuiltinByteString, ConStr0 } from "@meshsdk/common"; | ||
export type DecodedCourseGovDatum = { | ||
CreatorTns: string[]; | ||
CgdCourseNft: string; | ||
}; | ||
export type CourseGovDatum = ConStr0<[ | ||
@@ -3,0 +7,0 @@ CourseCreatorTns, |
{ | ||
"name": "@andamiojs/datum-utils", | ||
"version": "0.1.1", | ||
"version": "0.2.0", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -1,1 +0,2 @@ | ||
export * from './types' | ||
export * from './types' | ||
export * from './decodeCourseGovDatum' |
import { BuiltinByteString, ConStr0 } from "@meshsdk/common"; | ||
export type DecodedCourseGovDatum = { | ||
CreatorTns: string[], | ||
CgdCourseNft: string | ||
} | ||
export type CourseGovDatum = ConStr0<[ | ||
@@ -4,0 +9,0 @@ CourseCreatorTns, |
29525
62
694