Skip to content

Commit 30637d4

Browse files
committed
Update key-concepts.md
`OrchestrationAccountI` link leads to a blank page is `OrchestrationAccountCommon` the intended destination?
1 parent e523760 commit 30637d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/guides/orchestration/key-concepts.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const amount = orchestrator.asAmount({ denom: 'uatom', value: 1000n });
3333

3434
## Orchestration Account
3535

36-
Orchestration accounts are a key concept in the Agoric Orchestration API, represented by the [`OrchestrationAccountI`](https://agoric-sdk.pages.dev/interfaces/_agoric_orchestration.OrchestrationAccountI)
36+
Orchestration accounts are a key concept in the Agoric Orchestration API, represented by the [`OrchestrationAccount`](https://agoric-sdk.pages.dev/interfaces/_agoric_orchestration.OrchestrationAccountCommon)
3737
interface. These accounts provide high-level operations for managing accounts on remote chains, allowing seamless
3838
interaction and management of interchain accounts. The Orchestration accounts abstract the complexity of interchain
3939
interactions, providing a unified and simplified interface for developers.

0 commit comments

Comments
 (0)