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

@blockfrost/blockfrost-js

Package Overview
Dependencies
Maintainers
3
Versions
105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blockfrost/blockfrost-js - npm Package Compare versions

Comparing version 4.2.0 to 4.2.1

2

lib/endpoints/api/txs/index.d.ts

@@ -11,5 +11,5 @@ import { components } from '../../../types/OpenApi';

export declare function txsPoolRetires(this: BlockFrostAPI, hash: string): Promise<components['schemas']['tx_content_pool_retires']>;
export declare function txsMetadata(this: BlockFrostAPI, hash: string): Promise<components['schemas']['tx_metadata_label_json']>;
export declare function txsMetadata(this: BlockFrostAPI, hash: string): Promise<components['schemas']['tx_content_metadata']>;
export declare function txsMetadataCbor(this: BlockFrostAPI, hash: string): Promise<components['schemas']['tx_content_metadata_cbor']>;
export declare function txsRedeemers(this: BlockFrostAPI, hash: string): Promise<components['schemas']['tx_content_redeemers']>;
export declare function txSubmit(this: BlockFrostAPI, transaction: Uint8Array | string): Promise<string>;

@@ -6,3 +6,3 @@ import { ParseAssetResult } from '../types/utils';

*
* @Returns {address: string, path: number[] } Bech32 address shaped as {address: string, path: [role, addressIndex]}
* @Returns {address: string, path: number[] } An object with bech32 address and corresponding partial derivation path {address: string, path: [role, addressIndex]}
* */

@@ -9,0 +9,0 @@ export declare const deriveAddress: (accountPublicKey: string, role: number, addressIndex: number, isTestnet: boolean, isByron?: boolean) => {

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

*
* @Returns {address: string, path: number[] } Bech32 address shaped as {address: string, path: [role, addressIndex]}
* @Returns {address: string, path: number[] } An object with bech32 address and corresponding partial derivation path {address: string, path: [role, addressIndex]}
* */

@@ -18,0 +18,0 @@ const deriveAddress = (accountPublicKey, role, addressIndex, isTestnet, isByron) => {

{
"name": "@blockfrost/blockfrost-js",
"version": "4.2.0",
"version": "4.2.1",
"description": "A JavaScript/TypeScript SDK for interacting with the https://blockfrost.io API",

@@ -5,0 +5,0 @@ "keywords": [

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