@blockfrost/blockfrost-js
Advanced tools
Comparing version 2.0.0 to 2.0.1
import { components } from '../../../types/OpenApi'; | ||
import { PaginationOptions } from '../../../types'; | ||
import { BlockFrostAPI } from '../../../index'; | ||
export declare function metadataTxsLabels(this: BlockFrostAPI, pagination?: PaginationOptions): Promise<components['schemas']['tx_metadata_label_json']>; | ||
export declare function metadataTxsLabel(this: BlockFrostAPI, label: string, pagination?: PaginationOptions): Promise<components['schemas']['tx_metadata_labels']>; | ||
export declare function metadataTxsLabels(this: BlockFrostAPI, pagination?: PaginationOptions): Promise<components['schemas']['tx_metadata_labels']>; | ||
export declare function metadataTxsLabel(this: BlockFrostAPI, label: string, pagination?: PaginationOptions): Promise<components['schemas']['tx_metadata_label_json']>; | ||
export declare function metadataTxsLabelCbor(this: BlockFrostAPI, label: string, pagination?: PaginationOptions): Promise<components['schemas']['tx_metadata_label_cbor']>; |
{ | ||
"name": "@blockfrost/blockfrost-js", | ||
"version": "2.0.0", | ||
"version": "2.0.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