@dfns/lib-bitcoinjs 0.8.13 → 0.8.14-beta-1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +1 -0
- package/index.js +3 -0
- package/package.json +2 -2
package/index.d.ts
CHANGED
|
@@ -14,6 +14,7 @@ export declare class DfnsWallet implements SignerAsync {
|
|
|
14
14
|
private constructor();
|
|
15
15
|
static init(options: DfnsWalletOptions): Promise<DfnsWallet>;
|
|
16
16
|
get address(): string | undefined;
|
|
17
|
+
get network(): string;
|
|
17
18
|
sign(hash: Buffer): Promise<Buffer>;
|
|
18
19
|
signSchnorr(hash: Buffer): Promise<Buffer>;
|
|
19
20
|
private _sign;
|
package/index.js
CHANGED
package/package.json
CHANGED