@pyxisjs/core 0.2.1 → 0.2.2

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/index.d.mts CHANGED
@@ -106,6 +106,10 @@ interface WalletAccount {
106
106
  }
107
107
 
108
108
  interface WalletAdapter {
109
+ /**
110
+ * Account address of the wallet
111
+ */
112
+ accountAddress?: string;
109
113
  /**
110
114
  * Get allowance of a token
111
115
  * @param tokenAddress token address
package/dist/index.d.ts CHANGED
@@ -106,6 +106,10 @@ interface WalletAccount {
106
106
  }
107
107
 
108
108
  interface WalletAdapter {
109
+ /**
110
+ * Account address of the wallet
111
+ */
112
+ accountAddress?: string;
109
113
  /**
110
114
  * Get allowance of a token
111
115
  * @param tokenAddress token address
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pyxisjs/core",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "Pyxis SDK Core",
5
5
  "license": "MIT",
6
6
  "publishConfig": {