Socket
Socket
Sign inDemoInstall

@cardano-ogmios/schema

Package Overview
Dependencies
Maintainers
2
Versions
52
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.5 to 5.5.6

9

dist/index.d.ts

@@ -110,3 +110,2 @@ export declare type Block = Babbage | Alonzo | Mary | Allegra | Shelley | Byron;

export declare type NetworkMagic = number;
export declare type OwnerStake = bigint;
export declare type BlockNoOrOrigin = BlockNo | Origin;

@@ -1711,3 +1710,3 @@ export interface Ogmios {

activeStakeShare: string;
ownerStake: OwnerStake;
ownerStake: bigint;
parameters: PoolParameters;

@@ -1723,4 +1722,4 @@ pledgeRatio: string;

poolInfluence: string;
totalRewards: number;
activeStake: number;
totalRewards: bigint;
activeStake: bigint;
pools: {

@@ -1732,3 +1731,3 @@ [k: string]: RewardInfoPool;

stake: Lovelace;
ownerStake: OwnerStake;
ownerStake: bigint;
approximatePerformance: number;

@@ -1735,0 +1734,0 @@ poolParameters: {

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

@@ -5,0 +5,0 @@ "engines": {

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