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

chaingate-client

Package Overview
Dependencies
Maintainers
0
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chaingate-client - npm Package Compare versions

Comparing version 0.15.7 to 0.16.4

2

base.ts

@@ -7,3 +7,3 @@ /* tslint:disable */

*
* The version of the OpenAPI document: 0.15.7
* The version of the OpenAPI document: 0.16.4
*

@@ -10,0 +10,0 @@ *

@@ -7,3 +7,3 @@ /* tslint:disable */

*
* The version of the OpenAPI document: 0.15.7
* The version of the OpenAPI document: 0.16.4
*

@@ -10,0 +10,0 @@ *

@@ -7,3 +7,3 @@ /* tslint:disable */

*
* The version of the OpenAPI document: 0.15.7
* The version of the OpenAPI document: 0.16.4
*

@@ -10,0 +10,0 @@ *

@@ -5,3 +5,3 @@ /**

*
* The version of the OpenAPI document: 0.15.7
* The version of the OpenAPI document: 0.16.4
*

@@ -8,0 +8,0 @@ *

@@ -8,3 +8,3 @@ "use strict";

*
* The version of the OpenAPI document: 0.15.7
* The version of the OpenAPI document: 0.16.4
*

@@ -11,0 +11,0 @@ *

@@ -5,3 +5,3 @@ /**

*
* The version of the OpenAPI document: 0.15.7
* The version of the OpenAPI document: 0.16.4
*

@@ -8,0 +8,0 @@ *

@@ -8,3 +8,3 @@ "use strict";

*
* The version of the OpenAPI document: 0.15.7
* The version of the OpenAPI document: 0.16.4
*

@@ -11,0 +11,0 @@ *

@@ -5,3 +5,3 @@ /**

*
* The version of the OpenAPI document: 0.15.7
* The version of the OpenAPI document: 0.16.4
*

@@ -8,0 +8,0 @@ *

@@ -8,3 +8,3 @@ "use strict";

*
* The version of the OpenAPI document: 0.15.7
* The version of the OpenAPI document: 0.16.4
*

@@ -11,0 +11,0 @@ *

@@ -1,16 +0,18 @@

import { ArbitrumApi, AvalancheApi, BinanceSmartChainApi, BitcoinApi, BitcoinTestnetApi, BobaNetworkApi, EthereumApi, FantomOperaApi, PolygonApi } from './api';
export { ArbitrumApi, AvalancheApi, BinanceSmartChainApi, BitcoinApi, BitcoinTestnetApi, BobaNetworkApi, EthereumApi, FantomOperaApi, PolygonApi } from './api';
export type Api = ArbitrumApi | AvalancheApi | BinanceSmartChainApi | BitcoinApi | BitcoinTestnetApi | BobaNetworkApi | EthereumApi | FantomOperaApi | PolygonApi;
export type EvmApi = ArbitrumApi | AvalancheApi | BinanceSmartChainApi | BobaNetworkApi | EthereumApi | FantomOperaApi | PolygonApi;
import { ArbitrumApi, AvalancheApi, BNBChainApi, BitcoinApi, BitcoinTestnetApi, BobaNetworkApi, EthereumApi, FantomOperaApi, PolygonApi, LitecoinApi, DogecoinApi } from './api';
export { ArbitrumApi, AvalancheApi, BNBChainApi, BitcoinApi, BitcoinTestnetApi, BobaNetworkApi, EthereumApi, FantomOperaApi, PolygonApi, LitecoinApi, DogecoinApi } from './api';
export type Api = ArbitrumApi | AvalancheApi | BNBChainApi | BitcoinApi | BitcoinTestnetApi | BobaNetworkApi | EthereumApi | FantomOperaApi | PolygonApi | LitecoinApi | DogecoinApi;
export type EvmApi = ArbitrumApi | AvalancheApi | BNBChainApi | BobaNetworkApi | EthereumApi | FantomOperaApi | PolygonApi | LitecoinApi | DogecoinApi;
export declare class ChainGateClient {
readonly ArbitrumApi: ArbitrumApi;
readonly AvalancheApi: AvalancheApi;
readonly BinanceSmartChainApi: BinanceSmartChainApi;
readonly Bitcoin: BitcoinApi;
readonly BitcoinTestnet: BitcoinTestnetApi;
readonly BNBChainApi: BNBChainApi;
readonly BitcoinApi: BitcoinApi;
readonly BitcoinTestnetApi: BitcoinTestnetApi;
readonly BobaNetworkApi: BobaNetworkApi;
readonly Ethereum: EthereumApi;
readonly EthereumApi: EthereumApi;
readonly FantomOperaApi: FantomOperaApi;
readonly PolygonApi: PolygonApi;
readonly LitecoinApi: LitecoinApi;
readonly DogecoinApi: DogecoinApi;
constructor(apiKey: string);
}
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ChainGateClient = exports.PolygonApi = exports.FantomOperaApi = exports.EthereumApi = exports.BobaNetworkApi = exports.BitcoinTestnetApi = exports.BitcoinApi = exports.BinanceSmartChainApi = exports.AvalancheApi = exports.ArbitrumApi = void 0;
exports.ChainGateClient = exports.DogecoinApi = exports.LitecoinApi = exports.PolygonApi = exports.FantomOperaApi = exports.EthereumApi = exports.BobaNetworkApi = exports.BitcoinTestnetApi = exports.BitcoinApi = exports.BNBChainApi = exports.AvalancheApi = exports.ArbitrumApi = void 0;
var configuration_1 = require("./configuration");

@@ -9,3 +9,3 @@ var api_1 = require("./api");

Object.defineProperty(exports, "AvalancheApi", { enumerable: true, get: function () { return api_2.AvalancheApi; } });
Object.defineProperty(exports, "BinanceSmartChainApi", { enumerable: true, get: function () { return api_2.BinanceSmartChainApi; } });
Object.defineProperty(exports, "BNBChainApi", { enumerable: true, get: function () { return api_2.BNBChainApi; } });
Object.defineProperty(exports, "BitcoinApi", { enumerable: true, get: function () { return api_2.BitcoinApi; } });

@@ -17,2 +17,4 @@ Object.defineProperty(exports, "BitcoinTestnetApi", { enumerable: true, get: function () { return api_2.BitcoinTestnetApi; } });

Object.defineProperty(exports, "PolygonApi", { enumerable: true, get: function () { return api_2.PolygonApi; } });
Object.defineProperty(exports, "LitecoinApi", { enumerable: true, get: function () { return api_2.LitecoinApi; } });
Object.defineProperty(exports, "DogecoinApi", { enumerable: true, get: function () { return api_2.DogecoinApi; } });
var ChainGateClient = /** @class */ (function () {

@@ -23,9 +25,11 @@ function ChainGateClient(apiKey) {

this.AvalancheApi = new api_1.AvalancheApi(configuration);
this.BinanceSmartChainApi = new api_1.BinanceSmartChainApi(configuration);
this.Bitcoin = new api_1.BitcoinApi(configuration);
this.BitcoinTestnet = new api_1.BitcoinTestnetApi(configuration);
this.BNBChainApi = new api_1.BNBChainApi(configuration);
this.BitcoinApi = new api_1.BitcoinApi(configuration);
this.BitcoinTestnetApi = new api_1.BitcoinTestnetApi(configuration);
this.BobaNetworkApi = new api_1.BobaNetworkApi(configuration);
this.Ethereum = new api_1.EthereumApi(configuration);
this.EthereumApi = new api_1.EthereumApi(configuration);
this.FantomOperaApi = new api_1.FantomOperaApi(configuration);
this.PolygonApi = new api_1.PolygonApi(configuration);
this.LitecoinApi = new api_1.LitecoinApi(configuration);
this.DogecoinApi = new api_1.DogecoinApi(configuration);
}

@@ -32,0 +36,0 @@ return ChainGateClient;

@@ -5,3 +5,3 @@ import {Configuration} from './configuration'

AvalancheApi,
BinanceSmartChainApi,
BNBChainApi,
BitcoinApi,

@@ -12,3 +12,5 @@ BitcoinTestnetApi,

FantomOperaApi,
PolygonApi
PolygonApi,
LitecoinApi,
DogecoinApi
} from './api'

@@ -19,3 +21,3 @@

AvalancheApi,
BinanceSmartChainApi,
BNBChainApi,
BitcoinApi,

@@ -26,3 +28,5 @@ BitcoinTestnetApi,

FantomOperaApi,
PolygonApi
PolygonApi,
LitecoinApi,
DogecoinApi
} from './api'

@@ -32,37 +36,43 @@

ArbitrumApi | AvalancheApi |
BinanceSmartChainApi | BitcoinApi |
BNBChainApi | BitcoinApi |
BitcoinTestnetApi | BobaNetworkApi |
EthereumApi | FantomOperaApi |
PolygonApi
PolygonApi | LitecoinApi |
DogecoinApi
export type EvmApi =
ArbitrumApi | AvalancheApi |
BinanceSmartChainApi | BobaNetworkApi |
BNBChainApi | BobaNetworkApi |
EthereumApi | FantomOperaApi |
PolygonApi
PolygonApi | LitecoinApi |
DogecoinApi
export class ChainGateClient {
public readonly ArbitrumApi: ArbitrumApi
public readonly AvalancheApi : AvalancheApi
public readonly BinanceSmartChainApi: BinanceSmartChainApi
public readonly Bitcoin: BitcoinApi
public readonly BitcoinTestnet: BitcoinTestnetApi
public readonly AvalancheApi: AvalancheApi
public readonly BNBChainApi: BNBChainApi
public readonly BitcoinApi: BitcoinApi
public readonly BitcoinTestnetApi: BitcoinTestnetApi
public readonly BobaNetworkApi: BobaNetworkApi
public readonly Ethereum: EthereumApi
public readonly EthereumApi: EthereumApi
public readonly FantomOperaApi: FantomOperaApi
public readonly PolygonApi: PolygonApi
public readonly LitecoinApi: LitecoinApi
public readonly DogecoinApi: DogecoinApi
constructor(apiKey: string) {
const configuration = new Configuration({apiKey: apiKey})
const configuration = new Configuration({ apiKey })
this.ArbitrumApi = new ArbitrumApi(configuration)
this.AvalancheApi = new AvalancheApi(configuration)
this.BinanceSmartChainApi = new BinanceSmartChainApi(configuration)
this.Bitcoin = new BitcoinApi(configuration)
this.BitcoinTestnet = new BitcoinTestnetApi(configuration)
this.BNBChainApi = new BNBChainApi(configuration)
this.BitcoinApi = new BitcoinApi(configuration)
this.BitcoinTestnetApi = new BitcoinTestnetApi(configuration)
this.BobaNetworkApi = new BobaNetworkApi(configuration)
this.Ethereum = new EthereumApi(configuration)
this.EthereumApi = new EthereumApi(configuration)
this.FantomOperaApi = new FantomOperaApi(configuration)
this.PolygonApi = new PolygonApi(configuration)
this.LitecoinApi = new LitecoinApi(configuration)
this.DogecoinApi = new DogecoinApi(configuration)
}
}
{
"name": "chaingate-client",
"version": "0.15.7",
"version": "0.16.4",
"description": "OpenAPI client for chaingate-client",

@@ -5,0 +5,0 @@ "author": "drakensoftware",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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