@vechain/connex
Advanced tools
Comparing version 2.0.12 to 2.0.13
/// <reference types="@vechain/connex-types" /> | ||
/// <reference types="@vechain/connex-framework/dist/driver-interface" /> | ||
import type * as ConnexWalletBuddy from '@vechain/connex-wallet-buddy'; | ||
declare type ConnexSigner = ReturnType<typeof ConnexWalletBuddy.create>; | ||
declare type ConnexSigner = Pick<Connex.Driver, 'signTx' | 'signCert'>; | ||
export declare type ExtensionSigner = { | ||
@@ -6,0 +5,0 @@ newConnexSigner: (genesisId: string) => ConnexSigner; |
{ | ||
"name": "@vechain/connex", | ||
"version": "2.0.12", | ||
"version": "2.0.13", | ||
"description": "Standard interface to connect DApp with VeChain and user", | ||
@@ -51,3 +51,3 @@ "main": "dist/connex.js", | ||
}, | ||
"gitHead": "8c6f2e9a8e7a2836e91388281c088552bf8f64c3" | ||
"gitHead": "a58fbf3c2c468048de5375a258ba06fb0e1d39af" | ||
} |
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
3962003
27959