File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -137,6 +137,7 @@ Browser
137137 * [ 15.6 aptos.signAndSubmitTransaction] ( #15.6-aptos.signandsubmittransaction )
138138 * [ 15.7 aptos.signTransaction] ( #15.7-aptos.signtransaction )
139139 * [ 15.8 aptos.signMessage] ( #15.8-aptos.signmessage )
140+ * [ 16. SUI] ( #16.-sui )
140141
141142<!-- vscode-markdown-toc-config
142143 numbering=false
@@ -2008,3 +2009,19 @@ aptos.signMessage({
20082009// signature: string // The signed full message
20092010// }
20102011` ` `
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 standard is:
2025+
2026+ ` name ()` : ` TokenPocket Wallet`
2027+
You can’t perform that action at this time.
0 commit comments