Socket
Socket
Sign inDemoInstall

@trezor/blockchain-link-types

Package Overview
Dependencies
Maintainers
6
Versions
26
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.0.1 to 1.0.2

5

CHANGELOG.md

@@ -0,1 +1,6 @@

# 1.0.2
- 5711aa998 feat(blockchain-link): add getMempoolFilters method
- 819c019d1 chore: use workspace:\* everywhere
# 1.0.1

@@ -2,0 +7,0 @@

@@ -21,2 +21,11 @@ import type { AccountBalanceHistoryParams, GetCurrentFiatRatesParams, GetFiatRatesForTimestampsParams, GetFiatRatesTickersListParams, EstimateFeeParams, AccountInfoParams } from './params';

}
export interface MempoolFiltersParams {
scriptType: 'taproot';
fromTimestamp?: number;
}
export interface MempoolFilters {
entries?: {
[txid: string]: string;
};
}
export type XPUBAddress = {

@@ -136,2 +145,3 @@ type: 'XPUBAddress';

}): Promise<Block>;
declare function FSend(method: 'getMempoolFilters', params: MempoolFiltersParams): Promise<MempoolFilters>;
declare function FSend(method: 'getAccountInfo', params: AccountInfoParams): Promise<AccountInfo>;

@@ -138,0 +148,0 @@ declare function FSend(method: 'getAccountUtxo', params: AccountUtxoParams): Promise<AccountUtxo>;

8

package.json
{
"name": "@trezor/blockchain-link-types",
"version": "1.0.1",
"version": "1.0.2",
"license": "See LICENSE.md in repo root",

@@ -14,6 +14,8 @@ "sideEffects": false,

"type-check": "tsc --build",
"build:lib": "rimraf ./lib && yarn tsc --build tsconfig.lib.json"
"build:lib": "rimraf ./lib && yarn tsc --build tsconfig.lib.json",
"prepublishOnly": "yarn tsx ../../scripts/prepublishNPM.js",
"prepublish": "yarn tsx ../../scripts/prepublish.js"
},
"devDependencies": {
"@trezor/utxo-lib": "1.0.5",
"@trezor/utxo-lib": "1.0.6",
"rimraf": "^4.4.1",

@@ -20,0 +22,0 @@ "ripple-lib": "^1.10.1",

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