@blockfrost/blockfrost-js
Advanced tools
Comparing version 4.2.0 to 4.2.1
@@ -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": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
377155