From 7d38f69ec732f79c9813c3fa6cdbe9e70c7607e8 Mon Sep 17 00:00:00 2001 From: Ivan Leichtling Date: Wed, 18 Sep 2024 16:43:49 +0000 Subject: [PATCH] (docs): Remove makeLocalAccount --- main/guides/orchestration/getting-started/api.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/main/guides/orchestration/getting-started/api.md b/main/guides/orchestration/getting-started/api.md index 1a1cc0502..b86f34ca3 100644 --- a/main/guides/orchestration/getting-started/api.md +++ b/main/guides/orchestration/getting-started/api.md @@ -16,14 +16,6 @@ Retrieves the chain information and provides access to chain-specific methods. S const chain = await orchestrator.getChain('chainName') ``` -### makeLocalAccount - -Creates a new `LocalChainAccount`. See [makeLocalAccount](https://agoric-sdk.pages.dev/interfaces/_agoric_orchestration.Orchestrator#makeLocalAccount). - -```javascript -const localAccount = await orchestrator.makeLocalAccount() -``` - ### getBrandInfo Returns information about a `denom`, including the equivalent local Brand, the chain where the denom is held, and the chain that issues the corresponding asset. See [getBrandInfo](https://agoric-sdk.pages.dev/interfaces/_agoric_orchestration.Orchestrator#getBrandInfo).