@emurgo/cross-csl-core
Advanced tools
Comparing version 2.7.0 to 2.8.0
@@ -622,2 +622,4 @@ export declare const EXCEPTIONS: { | ||
abstract withdrawals(): Promise<Withdrawals>; | ||
abstract script_data_hash(): Promise<ScriptDataHash | undefined>; | ||
abstract collateral(): Promise<TransactionInputs | undefined>; | ||
static fromBytes(bytes: Uint8Array): Promise<TransactionBody>; | ||
@@ -624,0 +626,0 @@ } |
{ | ||
"name": "@emurgo/cross-csl-core", | ||
"version": "2.7.0", | ||
"version": "2.8.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
98098
1591