Skip to content

Commit 4f135db

Browse files
committed
Unity: AppKit.GetAccountAsync() → AppKit.Account
1 parent 98bebaa commit 4f135db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appkit/unity/core/actions.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Chain activeChain = AppKit.NetworkController.ActiveChain;
4646

4747
```csharp
4848
// Get active account in CAIP-10 format
49-
Account account = AppKit.GetAccountAsync();
49+
Account account = AppKit.Account;
5050

5151
Debug.Log(account.Address); // e.g. '0x12345...'
5252
Debug.Log(account.ChainId); // e.g. 'eip155:1'

0 commit comments

Comments
 (0)