@bitaccess/coinlib-common
Advanced tools
Comparing version 6.0.4 to 6.1.0
@@ -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; | ||
} |
{ | ||
"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 | ||
} |
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
271256
3519