@hashgraphonline/hashinal-wc 1.0.7-3.canary-6 → 1.0.7-3.canary-8
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/dist/es/hashinal-wc.es.js +23 -3
- package/dist/es/hashinal-wc.es.js.map +1 -1
- package/dist/es/index.d.ts +1 -0
- package/dist/es/types.d.ts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/types.d.ts +1 -0
- package/dist/umd/hashinal-wc.umd.js +2 -2
- package/dist/umd/hashinal-wc.umd.js.map +1 -1
- package/dist/umd/index.d.ts +1 -0
- package/dist/umd/types.d.ts +1 -0
- package/package.json +2 -2
package/dist/umd/index.d.ts
CHANGED
|
@@ -18,6 +18,7 @@ declare class HashinalsWalletConnectSDK {
|
|
|
18
18
|
init(projectId: string, metadata: SignClientTypes.Metadata, network?: LedgerId): Promise<DAppConnector>;
|
|
19
19
|
connect(): Promise<SessionTypes.Struct>;
|
|
20
20
|
disconnect(): Promise<boolean>;
|
|
21
|
+
disconnectAll(): Promise<boolean>;
|
|
21
22
|
executeTransaction(tx: Transaction, disableSigner?: boolean): Promise<TransactionReceipt>;
|
|
22
23
|
executeTransactionWithErrorHandling(tx: Transaction, disableSigner: boolean): Promise<{
|
|
23
24
|
result?: TransactionReceipt;
|
package/dist/umd/types.d.ts
CHANGED
|
@@ -145,6 +145,7 @@ export type HashinalsWalletConnectSDK = {
|
|
|
145
145
|
session: SessionTypes.Struct;
|
|
146
146
|
}>;
|
|
147
147
|
disconnect: () => Promise<boolean>;
|
|
148
|
+
disconnectAll: () => Promise<boolean>;
|
|
148
149
|
disconnectWallet: () => Promise<boolean>;
|
|
149
150
|
loadConnectionInfo: () => string | null;
|
|
150
151
|
saveConnectionInfo: (accountId: string) => void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hashgraphonline/hashinal-wc",
|
|
3
|
-
"version": "1.0.73.canary-
|
|
3
|
+
"version": "1.0.73.canary-8",
|
|
4
4
|
"description": "The official Hashinal Wallet Connect SDK. A set of easy-to-use functions to interact with Hedera through Wallet Connect.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"pub-canary": "npm publish --access public --tag canary"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@hashgraphonline/hedera-wallet-connect": "1.3.6-
|
|
34
|
+
"@hashgraphonline/hedera-wallet-connect": "1.3.6-5ba384b",
|
|
35
35
|
"@hashgraph/proto": "^2.15.0",
|
|
36
36
|
"@hashgraph/sdk": "^2.52.0",
|
|
37
37
|
"@walletconnect/core": "^2.17.1",
|