@solana-mobile/wallet-standard-mobile 0.4.4 → 0.5.0-beta2
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/README.md +5 -5
- package/lib/cjs/index.browser.js +1602 -1092
- package/lib/cjs/index.js +1602 -1092
- package/lib/cjs/index.native.js +1598 -1418
- package/lib/esm/index.browser.js +1606 -1089
- package/lib/esm/index.js +1606 -1089
- package/lib/types/index.browser.d.ts.map +1 -1
- package/lib/types/index.d.ts.map +1 -1
- package/lib/types/index.native.d.ts.map +1 -1
- package/package.json +67 -63
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
# `@solana-mobile/wallet-standard-mobile`
|
|
2
|
-
|
|
3
|
-
This is a plugin that registers a [`@wallet-standard/wallet-standard`](https://github.com/wallet-standard/wallet-standard) for mobile wallets. It enables web apps to use a native wallet app on a mobile device to sign messages and transactions, and to send transactions if the wallet offers support for sending transactions.
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
# `@solana-mobile/wallet-standard-mobile`
|
|
2
|
+
|
|
3
|
+
This is a plugin that registers a [`@wallet-standard/wallet-standard`](https://github.com/wallet-standard/wallet-standard) for mobile wallets. It enables web apps to use a native wallet app on a mobile device to sign messages and transactions, and to send transactions if the wallet offers support for sending transactions.
|
|
4
|
+
|
|
5
|
+
|