Skip to content

Commit

Permalink
fix: update accountData structure in composables documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rtomas committed Dec 25, 2024
1 parent 178bef7 commit cd6929c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/appkit/vue/core/composables.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ export default Component(){

### Returns

- `accountData.address`: The current account address
- `accountData.caipAddress`: The current account address in CAIP format
- `accountData.isConnected`: Boolean that indicates if the user is connected
- `accountData.status`: The current connection status
- `accountData.value.address`: The current account address
- `accountData.value.caipAddress`: The current account address in CAIP format
- `accountData.value.isConnected`: Boolean that indicates if the user is connected
- `accountData.value.status`: The current connection status

## useAppKitNetwork

Expand Down

0 comments on commit cd6929c

Please sign in to comment.