@helios-lang/ledger
Advanced tools
Comparing version 0.1.26 to 0.1.27
{ | ||
"name": "@helios-lang/ledger", | ||
"version": "0.1.26", | ||
"version": "0.1.27", | ||
"description": "Ledger types (eg. for building transactions)", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -12,2 +12,6 @@ export * from "./hashes/index.js" | ||
/** | ||
* @typedef {import("./params/index.js").NetworkParams} NetworkParams | ||
*/ | ||
/** | ||
* @template TRedeemerStrict | ||
@@ -14,0 +18,0 @@ * @template TRedeemerPermissive |
@@ -10,2 +10,6 @@ export * as byron from "./byron/index.js" | ||
/** | ||
* @typedef {import("./babbage/index.js").NetworkParams} NetworkParams | ||
*/ | ||
/** | ||
* @template TRedeemerStrict | ||
@@ -12,0 +16,0 @@ * @template TRedeemerPermissive |
@@ -7,2 +7,3 @@ export * from "./hashes/index.js"; | ||
export type UplcData = import("@helios-lang/uplc").UplcData; | ||
export type NetworkParams = import("./params/index.js").NetworkParams; | ||
export type MintingContext<TRedeemerStrict, TRedeemerPermissive> = import("./tx/index.js").MintingContext<TRedeemerStrict, TRedeemerPermissive>; | ||
@@ -9,0 +10,0 @@ export type SpendingContext<TDatumStrict, TDatumPermissive, TRedeemerStrict, TRedeemerPermissive> = import("./tx/index.js").SpendingContext<TDatumStrict, TDatumPermissive, TRedeemerStrict, TRedeemerPermissive>; |
@@ -8,2 +8,3 @@ export * as byron from "./byron/index.js"; | ||
export * as conway from "./conway/index.js"; | ||
export type NetworkParams = import("./babbage/index.js").NetworkParams; | ||
export type MintingContext<TRedeemerStrict, TRedeemerPermissive> = import("./babbage/index.js").MintingContext<TRedeemerStrict, TRedeemerPermissive>; | ||
@@ -10,0 +11,0 @@ export type SpendingContext<TDatumStrict, TDatumPermissive, TRedeemerStrict, TRedeemerPermissive> = import("./babbage/index.js").SpendingContext<TDatumStrict, TDatumPermissive, TRedeemerStrict, TRedeemerPermissive>; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
689427
19822