@blockfrost/blockfrost-js
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -8,2 +8,8 @@ # Changelog | ||
## [1.0.1] | ||
### Fixed | ||
- Methods with `all` empty params | ||
## [1.0.0] | ||
@@ -10,0 +16,0 @@ |
@@ -6,14 +6,14 @@ import { BlockFrostAPI } from '../../../index'; | ||
export declare function accountsRewards(this: BlockFrostAPI, stakeAddress: string, pagination?: PaginationOptions): Promise<components['schemas']['account_reward_content']>; | ||
export declare function accountsRewardsAll(this: BlockFrostAPI, stakeAddress: string, allMethodOptions: AllMethodOptions): Promise<components['schemas']['account_reward_content']>; | ||
export declare function accountsRewardsAll(this: BlockFrostAPI, stakeAddress: string, allMethodOptions?: AllMethodOptions): Promise<components['schemas']['account_reward_content']>; | ||
export declare function accountsHistory(this: BlockFrostAPI, stakeAddress: string, pagination?: PaginationOptions): Promise<components['schemas']['account_history_content']>; | ||
export declare function accountsHistoryAll(this: BlockFrostAPI, stakeAddress: string, allMethodOptions: AllMethodOptions): Promise<components['schemas']['account_history_content']>; | ||
export declare function accountsHistoryAll(this: BlockFrostAPI, stakeAddress: string, allMethodOptions?: AllMethodOptions): Promise<components['schemas']['account_history_content']>; | ||
export declare function accountsWithdrawals(this: BlockFrostAPI, stakeAddress: string, pagination?: PaginationOptions): Promise<components['schemas']['account_withdrawal_content']>; | ||
export declare function accountsWithdrawalsAll(this: BlockFrostAPI, stakeAddress: string, allMethodOptions: AllMethodOptions): Promise<components['schemas']['account_withdrawal_content']>; | ||
export declare function accountsWithdrawalsAll(this: BlockFrostAPI, stakeAddress: string, allMethodOptions?: AllMethodOptions): Promise<components['schemas']['account_withdrawal_content']>; | ||
export declare function accountsMirs(this: BlockFrostAPI, stakeAddress: string, pagination?: PaginationOptions): Promise<components['schemas']['account_mir_content']>; | ||
export declare function accountsMirsAll(this: BlockFrostAPI, stakeAddress: string, allMethodOptions: AllMethodOptions): Promise<components['schemas']['account_mir_content']>; | ||
export declare function accountsMirsAll(this: BlockFrostAPI, stakeAddress: string, allMethodOptions?: AllMethodOptions): Promise<components['schemas']['account_mir_content']>; | ||
export declare function accountsDelegations(this: BlockFrostAPI, stakeAddress: string, pagination?: PaginationOptions): Promise<components['schemas']['account_delegation_content']>; | ||
export declare function accountsDelegationsAll(this: BlockFrostAPI, stakeAddress: string, allMethodOptions: AllMethodOptions): Promise<components['schemas']['account_delegation_content']>; | ||
export declare function accountsDelegationsAll(this: BlockFrostAPI, stakeAddress: string, allMethodOptions?: AllMethodOptions): Promise<components['schemas']['account_delegation_content']>; | ||
export declare function accountsRegistrations(this: BlockFrostAPI, stakeAddress: string, pagination?: PaginationOptions): Promise<components['schemas']['account_registration_content']>; | ||
export declare function accountsRegistrationsAll(this: BlockFrostAPI, stakeAddress: string, allMethodOptions: AllMethodOptions): Promise<components['schemas']['account_registration_content']>; | ||
export declare function accountsRegistrationsAll(this: BlockFrostAPI, stakeAddress: string, allMethodOptions?: AllMethodOptions): Promise<components['schemas']['account_registration_content']>; | ||
export declare function accountsAddresses(this: BlockFrostAPI, stakeAddress: string, pagination?: PaginationOptions): Promise<components['schemas']['account_addresses_content']>; | ||
export declare function accountsAddressesAll(this: BlockFrostAPI, stakeAddress: string, allMethodOptions: AllMethodOptions): Promise<components['schemas']['account_addresses_content']>; | ||
export declare function accountsAddressesAll(this: BlockFrostAPI, stakeAddress: string, allMethodOptions?: AllMethodOptions): Promise<components['schemas']['account_addresses_content']>; |
@@ -7,4 +7,4 @@ import { components } from '../../../types/OpenApi'; | ||
export declare function addressesTransactions(this: BlockFrostAPI, address: string, pagination?: PaginationOptions, additionalOptions?: AdditionalEndpointOptions): Promise<components['schemas']['address_transactions_content']>; | ||
export declare function addressesTransactionsAll(this: BlockFrostAPI, address: string, allMethodOptions: AllMethodOptions, additionalOptions: AdditionalEndpointOptions): Promise<components['schemas']['address_transactions_content']>; | ||
export declare function addressesTransactionsAll(this: BlockFrostAPI, address: string, allMethodOptions: AllMethodOptions, additionalOptions?: AdditionalEndpointOptions): Promise<components['schemas']['address_transactions_content']>; | ||
export declare function addressesUtxos(this: BlockFrostAPI, address: string, pagination?: PaginationOptions): Promise<components['schemas']['address_utxo_content']>; | ||
export declare function addressesUtxosAll(this: BlockFrostAPI, address: string, allMethodOptions: AllMethodOptions): Promise<components['schemas']['address_utxo_content']>; | ||
export declare function addressesUtxosAll(this: BlockFrostAPI, address: string, allMethodOptions?: AllMethodOptions): Promise<components['schemas']['address_utxo_content']>; |
@@ -7,6 +7,6 @@ import { components } from '../../../types/OpenApi'; | ||
export declare function assetsHistory(this: BlockFrostAPI, asset: string, pagination?: PaginationOptions): Promise<components['schemas']['asset_history']>; | ||
export declare function assetsHistoryAll(this: BlockFrostAPI, asset: string, allMethodOptions: AllMethodOptions): Promise<components['schemas']['asset_history']>; | ||
export declare function assetsHistoryAll(this: BlockFrostAPI, asset: string, allMethodOptions?: AllMethodOptions): Promise<components['schemas']['asset_history']>; | ||
export declare function assetsTransactions(this: BlockFrostAPI, asset: string, pagination?: PaginationOptions): Promise<components['schemas']['asset_transactions']>; | ||
export declare function assetsAddresses(this: BlockFrostAPI, asset: string, pagination?: PaginationOptions): Promise<components['schemas']['asset_addresses']>; | ||
export declare function assetsPolicyById(this: BlockFrostAPI, policy: string, pagination?: PaginationOptions): Promise<components['schemas']['asset_addresses']>; | ||
export declare function assetsPolicyByIdAll(this: BlockFrostAPI, policy: string, allMethodOptions: AllMethodOptions): Promise<components['schemas']['asset_addresses']>; | ||
export declare function assetsPolicyByIdAll(this: BlockFrostAPI, policy: string, allMethodOptions?: AllMethodOptions): Promise<components['schemas']['asset_addresses']>; |
@@ -9,2 +9,2 @@ import { AllMethodOptions, HashOrNumber, PaginationOptions } from '../../../types'; | ||
export declare function blocksTxs(this: BlockFrostAPI, hashOrNumber: HashOrNumber, pagination?: PaginationOptions): Promise<components['schemas']['block_content_txs']>; | ||
export declare function blocksTxsAll(this: BlockFrostAPI, hashOrNumber: string | number, allMethodOptions: AllMethodOptions): Promise<components['schemas']['block_content_txs']>; | ||
export declare function blocksTxsAll(this: BlockFrostAPI, hashOrNumber: string | number, allMethodOptions?: AllMethodOptions): Promise<components['schemas']['block_content_txs']>; |
@@ -6,6 +6,6 @@ import { components } from '../../../types/OpenApi'; | ||
export declare function nutlinkAddressTickers(this: BlockFrostAPI, address: string, pagination?: PaginationOptions): Promise<components['schemas']['nutlink_address_tickers']>; | ||
export declare function nutlinkAddressTickersAll(this: BlockFrostAPI, address: string, allMethodOptions: AllMethodOptions): Promise<components['schemas']['nutlink_address_tickers']>; | ||
export declare function nutlinkAddressTickersAll(this: BlockFrostAPI, address: string, allMethodOptions?: AllMethodOptions): Promise<components['schemas']['nutlink_address_tickers']>; | ||
export declare function nutlinkAddressTicker(this: BlockFrostAPI, address: string, ticker: string, pagination?: PaginationOptions): Promise<components['schemas']['nutlink_address_ticker']>; | ||
export declare function nutlinkAddressTickerAll(this: BlockFrostAPI, address: string, ticker: string, allMethodOptions: AllMethodOptions): Promise<components['schemas']['nutlink_address_ticker']>; | ||
export declare function nutlinkAddressTickerAll(this: BlockFrostAPI, address: string, ticker: string, allMethodOptions?: AllMethodOptions): Promise<components['schemas']['nutlink_address_ticker']>; | ||
export declare function nutlinkTickers(this: BlockFrostAPI, ticker: string, pagination?: PaginationOptions): Promise<components['schemas']['nutlink_tickers_ticker']>; | ||
export declare function nutlinkTickersAll(this: BlockFrostAPI, ticker: string, allMethodOptions: AllMethodOptions): Promise<components['schemas']['nutlink_tickers_ticker']>; | ||
export declare function nutlinkTickersAll(this: BlockFrostAPI, ticker: string, allMethodOptions?: AllMethodOptions): Promise<components['schemas']['nutlink_tickers_ticker']>; |
{ | ||
"name": "@blockfrost/blockfrost-js", | ||
"version": "1.0.0", | ||
"version": "1.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
265419