Socket
Socket
Sign inDemoInstall

@trezor/blockchain-link-types

Package Overview
Dependencies
Maintainers
4
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@trezor/blockchain-link-types - npm Package Compare versions

Comparing version 1.1.1-beta.2 to 1.1.1-beta.3

3

lib/common.d.ts

@@ -34,3 +34,3 @@ import type { SocksProxyAgentOptions } from 'socks-proxy-agent';

export interface InternalTransfer {
type: TransferType;
type: TransferType | 'external';
amount: string;

@@ -171,2 +171,3 @@ from: string;

owner?: string;
rent?: number;
};

@@ -173,0 +174,0 @@ page?: {

import * as MESSAGES from './messages';
import * as RESPONSES from './responses';
export { MESSAGES, RESPONSES };
export declare const NETWORKS: {
RIPPLE: 'ripple';
BLOCKBOOK: 'blockbook';
BLOCKFROST: 'blockfrost';
};
//# sourceMappingURL=index.d.ts.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.NETWORKS = exports.RESPONSES = exports.MESSAGES = void 0;
exports.RESPONSES = exports.MESSAGES = void 0;
const tslib_1 = require("tslib");

@@ -9,7 +9,2 @@ const MESSAGES = tslib_1.__importStar(require("./messages"));

exports.RESPONSES = RESPONSES;
exports.NETWORKS = {
RIPPLE: 'ripple',
BLOCKBOOK: 'blockbook',
BLOCKFROST: 'blockfrost',
};
//# sourceMappingURL=index.js.map
{
"name": "@trezor/blockchain-link-types",
"version": "1.1.1-beta.2",
"version": "1.1.1-beta.3",
"license": "See LICENSE.md in repo root",

@@ -5,0 +5,0 @@ "sideEffects": false,

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