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

@bitaccess/coinlib-common

Package Overview
Dependencies
Maintainers
23
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bitaccess/coinlib-common - npm Package Compare versions

Comparing version 6.0.4 to 6.1.0

7

dist/lib/PaymentsUtils.d.ts

@@ -0,1 +1,2 @@

/// <reference types="node" />
import { Numeric } from '@bitaccess/ts-common';

@@ -30,2 +31,8 @@ import { Payport, MaybePromise, AutoFeeLevels, FeeRate, NetworkType, UtxoInfo, BalanceResult, BaseTransactionInfo, BlockInfo, GetFeeRecommendationOptions, GetTransactionInfoOptions } from './types';

getBlock(id?: string | number): Promise<BlockInfo>;
isSupportedAddressType(addressType: string): boolean;
getSupportedAddressTypes(): string[] | null;
determinePathForIndex<O extends {
addressType?: string;
}>(accountIndex: number, options?: O): string;
deriveUniPubKeyForPath(seed: Buffer, derivationPath: string): string;
}

4

package.json
{
"name": "@bitaccess/coinlib-common",
"version": "6.0.4",
"version": "6.1.0",
"description": "Common module used by coinlib",

@@ -53,3 +53,3 @@ "main": "dist/index.cjs.js",

},
"gitHead": "872ca1ee90d8621a7203b4b9d7f3712d0d2ed66c"
"gitHead": "88ef981f434d017ae8011bb6aa8b26e088f34c58"
}
import { Numeric } from '@bitaccess/ts-common'
import {
Payport, MaybePromise, AutoFeeLevels, FeeRate, NetworkType,
UtxoInfo, BalanceResult, BaseTransactionInfo, BlockInfo, GetFeeRecommendationOptions, GetTransactionInfoOptions
UtxoInfo, BalanceResult, BaseTransactionInfo, BlockInfo, GetFeeRecommendationOptions, GetTransactionInfoOptions,
} from './types'

@@ -110,2 +110,11 @@

getBlock(id?: string | number): Promise<BlockInfo>
isSupportedAddressType(addressType: string): boolean
getSupportedAddressTypes(): string[] | null
determinePathForIndex<O extends { addressType?: string }>(accountIndex: number, options?: O): string
deriveUniPubKeyForPath(seed: Buffer, derivationPath: string): string
}
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