File tree 1 file changed +17
-0
lines changed
1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -137,6 +137,7 @@ Browser
137
137
* [ 15.6 aptos.signAndSubmitTransaction] ( #15.6-aptos.signandsubmittransaction )
138
138
* [ 15.7 aptos.signTransaction] ( #15.7-aptos.signtransaction )
139
139
* [ 15.8 aptos.signMessage] ( #15.8-aptos.signmessage )
140
+ * [ 16. SUI] ( #16.-sui )
140
141
141
142
<!-- vscode-markdown-toc-config
142
143
numbering=false
@@ -2008,3 +2009,19 @@ aptos.signMessage({
2008
2009
// signature: string // The signed full message
2009
2010
// }
2010
2011
` ` `
2012
+
2013
+
2014
+ ### <a name='16.-sui'></a>16. SUI
2015
+
2016
+ TokenPocket's sui API follow the sui wallet standard:
2017
+
2018
+ https://github.com/MystenLabs/sui/tree/main/sdk/wallet-adapter/wallet-standard
2019
+
2020
+
2021
+ TokenPocket has implemented all features defined in the standard.
2022
+
2023
+
2024
+ TokenPocket's wallet name in sui statndard is:
2025
+
2026
+ ` name ()` : ` TokenPocket Wallet`
2027
+
You can’t perform that action at this time.
0 commit comments