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

cardano-graphql-ts

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cardano-graphql-ts - npm Package Compare versions

Comparing version 1.0.0-rc.9 to 1.0.0-rc.10

NOTICE

18

dist/index.d.ts

@@ -32,4 +32,4 @@ export declare type Maybe<T> = T | null;

fees: Scalars['BigInt'];
id: Scalars['Hash32HexString'];
merkelRootHash?: Maybe<Scalars['Hash32HexString']>;
hash: Scalars['Hash32HexString'];
merkelRoot?: Maybe<Scalars['Hash32HexString']>;
number?: Maybe<Scalars['Int']>;

@@ -82,3 +82,3 @@ slotNo?: Maybe<Scalars['Int']>;

fees?: Maybe<BigInt_Comparison_Exp>;
id?: Maybe<Hash32HexString_Comparison_Exp>;
hash?: Maybe<Hash32HexString_Comparison_Exp>;
number?: Maybe<Int_Comparison_Exp>;

@@ -162,3 +162,3 @@ previousBlock?: Maybe<Block_Bool_Exp>;

index?: Maybe<Order_By>;
txId?: Maybe<Order_By>;
txHash?: Maybe<Order_By>;
value?: Maybe<Order_By>;

@@ -377,3 +377,3 @@ };

fee: Scalars['BigInt'];
id: Scalars['Hash32HexString'];
hash: Scalars['Hash32HexString'];
inputs: Array<TransactionInput>;

@@ -435,3 +435,3 @@ inputs_aggregate?: Maybe<Coin_Aggregate>;

fee?: Maybe<BigInt_Comparison_Exp>;
id?: Maybe<Hash32HexString_Comparison_Exp>;
hash?: Maybe<Hash32HexString_Comparison_Exp>;
includedAt?: Maybe<Date_Comparison_Exp>;

@@ -470,7 +470,7 @@ inputs?: Maybe<Coin_Bool_Exp>;

__typename?: 'TransactionInput';
sourceTxId: Scalars['Hash32HexString'];
sourceTxHash: Scalars['Hash32HexString'];
sourceTxIndex: Scalars['Int'];
address: Scalars['String'];
index: Scalars['Int'];
txId: Scalars['Hash32HexString'];
txHash: Scalars['Hash32HexString'];
value: Scalars['String'];

@@ -482,3 +482,3 @@ };

index: Scalars['Int'];
txId: Scalars['Hash32HexString'];
txHash: Scalars['Hash32HexString'];
value: Scalars['String'];

@@ -485,0 +485,0 @@ };

{
"name": "cardano-graphql-ts",
"version": "1.0.0-rc.9",
"version": "1.0.0-rc.10",
"description": "A client package for Cardano GraphQL, including a TypeScript type definitions for the schema, also included",

@@ -33,4 +33,4 @@ "repository": {

"LICENSE",
"LICENSE_NOTICE"
"NOTICE"
]
}

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