Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@cardano-ogmios/schema

Package Overview
Dependencies
Maintainers
2
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cardano-ogmios/schema - npm Package Compare versions

Comparing version 5.5.6 to 5.5.7

10

dist/index.d.ts

@@ -90,4 +90,6 @@ export declare type Block = Babbage | Alonzo | Mary | Allegra | Shelley | Byron;

export declare type GetCurrentEpoch = "currentEpoch";
export declare type Lovelaces = Lovelace[];
export declare type Credentials = DigestBlake2BCredential[];
export declare type StakeCredential = Base16 | Bech32 | StakeAddress;
export declare type Base16 = string;
export declare type Bech32 = string;
export declare type StakeAddress = string;
export declare type GetCurrentProtocolParameters = "currentProtocolParameters";

@@ -1617,6 +1619,6 @@ export declare type GetProposedProtocolParameters = "proposedProtocolParameters";

export interface GetNonMyopicMemberRewards {
nonMyopicMemberRewards: Lovelaces | Credentials;
nonMyopicMemberRewards: Lovelace[] | StakeCredential[];
}
export interface GetDelegationsAndRewards {
delegationsAndRewards: DigestBlake2BCredential[];
delegationsAndRewards: StakeCredential[];
}

@@ -1623,0 +1625,0 @@ export interface GetUtxoByAddress {

4

package.json
{
"name": "@cardano-ogmios/schema",
"version": "5.5.6",
"version": "5.5.7",
"description": "Generated TypeScript from the Cardano Ogmios schema",

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

"cleanup": "shx rm -rf dist node_modules index.ts",
"generate-schema-types": "json2ts -i ../../../../server/ogmios.wsp.json -o src/index.ts --enableBigInt",
"generate-schema-types": "sed \"s/ogmios.wsp.json#/#/g\" ../../../../server/ogmios.wsp.json | json2ts -o src/index.ts --enableBigInt",
"lint": "shx echo No code to lint in this package",

@@ -23,0 +23,0 @@ "prepack": "yarn build",

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc