Socket
Socket
Sign inDemoInstall

@cardano-sdk/cip2

Package Overview
Dependencies
35
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.5.1-nightly.3 to 0.5.1-nightly.7

2

dist/cjs/types.d.ts

@@ -36,3 +36,3 @@ import { Cardano } from '@cardano-sdk/core';

}
export declare type ProtocolParametersForInputSelection = Pick<Cardano.ProtocolParametersBabbage, 'coinsPerUtxoByte' | 'maxTxSize' | 'maxValueSize' | 'minFeeCoefficient' | 'minFeeConstant'>;
export declare type ProtocolParametersForInputSelection = Pick<Cardano.ProtocolParameters, 'coinsPerUtxoByte' | 'maxTxSize' | 'maxValueSize' | 'minFeeCoefficient' | 'minFeeConstant'>;
export declare type ProtocolParametersRequiredByInputSelection = Required<{

@@ -39,0 +39,0 @@ [k in keyof ProtocolParametersForInputSelection]: ProtocolParametersForInputSelection[k];

@@ -36,3 +36,3 @@ import { Cardano } from '@cardano-sdk/core';

}
export declare type ProtocolParametersForInputSelection = Pick<Cardano.ProtocolParametersBabbage, 'coinsPerUtxoByte' | 'maxTxSize' | 'maxValueSize' | 'minFeeCoefficient' | 'minFeeConstant'>;
export declare type ProtocolParametersForInputSelection = Pick<Cardano.ProtocolParameters, 'coinsPerUtxoByte' | 'maxTxSize' | 'maxValueSize' | 'minFeeCoefficient' | 'minFeeConstant'>;
export declare type ProtocolParametersRequiredByInputSelection = Required<{

@@ -39,0 +39,0 @@ [k in keyof ProtocolParametersForInputSelection]: ProtocolParametersForInputSelection[k];

{
"name": "@cardano-sdk/cip2",
"version": "0.5.1-nightly.3",
"version": "0.5.1-nightly.7",
"description": "TypeScript definitions for CIP2 (Coin Selection Algorithms for Cardano)",

@@ -54,3 +54,3 @@ "engines": {

"devDependencies": {
"@cardano-sdk/util-dev": "^0.5.0-nightly.0",
"@cardano-sdk/util-dev": "^0.5.0-nightly.4",
"@types/lodash": "^4.14.182",

@@ -67,4 +67,4 @@ "eslint": "^7.32.0",

"dependencies": {
"@cardano-sdk/core": "^0.6.0-nightly.0",
"@cardano-sdk/util": "^0.6.0-nightly.0",
"@cardano-sdk/core": "^0.6.0-nightly.4",
"@cardano-sdk/util": "^0.6.0-nightly.2",
"lodash": "^4.17.21",

@@ -79,3 +79,3 @@ "ts-custom-error": "^3.2.0"

],
"gitHead": "0686b239003868ee7ff019f1c480e4c13f7a63b9"
"gitHead": "911e6241c18810015ad795b056bba87c06f722d9"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc