From f92fe66a744bfa0c68e33d726d7222a2dfd224f0 Mon Sep 17 00:00:00 2001 From: VolodymyrBg Date: Wed, 14 Jan 2026 00:03:50 +0200 Subject: [PATCH 01/15] fix links --- .../miden-client/web-client/transactions.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/versioned_docs/version-0.12/miden-client/web-client/transactions.md b/versioned_docs/version-0.12/miden-client/web-client/transactions.md index f631e5fa..c178116e 100644 --- a/versioned_docs/version-0.12/miden-client/web-client/transactions.md +++ b/versioned_docs/version-0.12/miden-client/web-client/transactions.md @@ -141,12 +141,12 @@ You can check the status of a transaction using the following methods: For more detailed information about the classes and methods used in these examples, refer to the following API documentation: -- [WebClient](https://github.com/0xMiden/miden-client/docs/typedoc/web-client/classes/WebClient.md) - Main client class for interacting with the Miden network -- [TransactionRecord](https://github.com/0xMiden/miden-client/docs/typedoc/web-client/classes/TransactionRecord.md) - Historical transaction records and their properties -- [TransactionFilter](https://github.com/0xMiden/miden-client/docs/typedoc/web-client/classes/TransactionFilter.md) - Transaction filtering options -- [TransactionId](https://github.com/0xMiden/miden-client/docs/typedoc/web-client/classes/TransactionId.md) - Transaction identifier class -- [AccountId](https://github.com/0xMiden/miden-client/docs/typedoc/web-client/classes/AccountId.md) - Account identifier class -- [OutputNotes](https://github.com/0xMiden/miden-client/docs/typedoc/web-client/classes/OutputNotes.md) - Output notes associated with transactions -- [TransactionStatus](https://github.com/0xMiden/miden-client/docs/typedoc/web-client/classes/TransactionStatus.md) - Transaction status information and methods +- [WebClient](https://github.com/0xMiden/miden-client/blob/main/docs/typedoc/web-client/classes/WebClient.md) - Main client class for interacting with the Miden network +- [TransactionRecord](https://github.com/0xMiden/miden-client/blob/main/docs/typedoc/web-client/classes/TransactionRecord.md) - Historical transaction records and their properties +- [TransactionFilter](https://github.com/0xMiden/miden-client/blob/main/docs/typedoc/web-client/classes/TransactionFilter.md) - Transaction filtering options +- [TransactionId](https://github.com/0xMiden/miden-client/blob/main/docs/typedoc/web-client/classes/TransactionId.md) - Transaction identifier class +- [AccountId](https://github.com/0xMiden/miden-client/blob/main/docs/typedoc/web-client/classes/AccountId.md) - Account identifier class +- [OutputNotes](https://github.com/0xMiden/miden-client/blob/main/docs/typedoc/web-client/classes/OutputNotes.md) - Output notes associated with transactions +- [TransactionStatus](https://github.com/0xMiden/miden-client/blob/main/docs/typedoc/web-client/classes/TransactionStatus.md) - Transaction status information and methods For a complete list of available classes and utilities, see the [SDK API Reference](https://github.com/0xMiden/miden-client/docs/typedoc/web-client/README.md). From ada4917320414a63b05c21869b2700918089c842 Mon Sep 17 00:00:00 2001 From: VolodymyrBg Date: Wed, 14 Jan 2026 00:05:20 +0200 Subject: [PATCH 02/15] links --- .../version-0.12/miden-client/web-client/tags.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/versioned_docs/version-0.12/miden-client/web-client/tags.md b/versioned_docs/version-0.12/miden-client/web-client/tags.md index 7511a9fc..b7cb2ff2 100644 --- a/versioned_docs/version-0.12/miden-client/web-client/tags.md +++ b/versioned_docs/version-0.12/miden-client/web-client/tags.md @@ -120,8 +120,8 @@ try { For more detailed information about tag functionality, refer to the following API documentation: -- [WebClient](https://github.com/0xMiden/miden-client/docs/typedoc/web-client/classes/WebClient.md) - Main client class for tag operations -- [NoteTag](https://github.com/0xMiden/miden-client/docs/typedoc/web-client/classes/NoteTag.md) - Class for working with note tags -- [AccountId](https://github.com/0xMiden/miden-client/docs/typedoc/web-client/classes/AccountId.md) - Class for working with account IDs +- [WebClient](https://github.com/0xMiden/miden-client/blob/main/docs/typedoc/web-client/classes/WebClient.md) - Main client class for tag operations +- [NoteTag](https://github.com/0xMiden/miden-client/blob/main/docs/typedoc/web-client/classes/NoteTag.md) - Class for working with note tags +- [AccountId](https://github.com/0xMiden/miden-client/blob/main/docs/typedoc/web-client/classes/AccountId.md) - Class for working with account IDs -For a complete list of available classes and utilities, see the [SDK API Reference](https://github.com/0xMiden/miden-client/docs/typedoc/web-client/README.md). \ No newline at end of file +For a complete list of available classes and utilities, see the [SDK API Reference](https://github.com/0xMiden/miden-client/docs/typedoc/web-client/README.md). From 8b28b49b3ab199d8c433ad24a1d0a019e9bfb166 Mon Sep 17 00:00:00 2001 From: VolodymyrBg Date: Wed, 14 Jan 2026 00:06:13 +0200 Subject: [PATCH 03/15] fx links --- .../version-0.12/miden-client/web-client/sync.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/versioned_docs/version-0.12/miden-client/web-client/sync.md b/versioned_docs/version-0.12/miden-client/web-client/sync.md index 613386ed..0e7ed815 100644 --- a/versioned_docs/version-0.12/miden-client/web-client/sync.md +++ b/versioned_docs/version-0.12/miden-client/web-client/sync.md @@ -45,10 +45,10 @@ The `SyncSummary` object returned by `syncState()` contains the following inform For more detailed information about sync functionality, refer to the following API documentation: -- [WebClient](https://github.com/0xMiden/miden-client/docs/typedoc/web-client/classes/WebClient.md) - Main client class for sync operations -- [SyncSummary](https://github.com/0xMiden/miden-client/docs/typedoc/web-client/classes/SyncSummary.md) - Class representing sync state -- [NoteId](https://github.com/0xMiden/miden-client/docs/typedoc/web-client/classes/NoteId.md) - Class for working with note IDs -- [AccountId](https://github.com/0xMiden/miden-client/docs/typedoc/web-client/classes/AccountId.md) - Class for working with account IDs -- [TransactionId](https://github.com/0xMiden/miden-client/docs/typedoc/web-client/classes/TransactionId.md) - Class for working with transaction IDs +- [WebClient](https://github.com/0xMiden/miden-client/blob/main/docs/typedoc/web-client/classes/WebClient.md) - Main client class for sync operations +- [SyncSummary](https://github.com/0xMiden/miden-client/blob/main/docs/typedoc/web-client/classes/SyncSummary.md) - Class representing sync state +- [NoteId](https://github.com/0xMiden/miden-client/blob/main/docs/typedoc/web-client/classes/NoteId.md) - Class for working with note IDs +- [AccountId](https://github.com/0xMiden/miden-client/blob/main/docs/typedoc/web-client/classes/AccountId.md) - Class for working with account IDs +- [TransactionId](https://github.com/0xMiden/miden-client/blob/main/docs/typedoc/web-client/classes/TransactionId.md) - Class for working with transaction IDs -For a complete list of available classes and utilities, see the [SDK API Reference](https://github.com/0xMiden/miden-client/docs/typedoc/web-client/README.md). \ No newline at end of file +For a complete list of available classes and utilities, see the [SDK API Reference](https://github.com/0xMiden/miden-client/docs/typedoc/web-client/README.md). From 1b8c1d8e6d1abe8be5517b5fd9654d2c198baaaf Mon Sep 17 00:00:00 2001 From: VolodymyrBg Date: Wed, 14 Jan 2026 00:07:07 +0200 Subject: [PATCH 04/15] Update notes.md --- .../version-0.12/miden-client/web-client/notes.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/versioned_docs/version-0.12/miden-client/web-client/notes.md b/versioned_docs/version-0.12/miden-client/web-client/notes.md index 3583545a..09b238ca 100644 --- a/versioned_docs/version-0.12/miden-client/web-client/notes.md +++ b/versioned_docs/version-0.12/miden-client/web-client/notes.md @@ -123,13 +123,13 @@ try { For more detailed information about note functionality, refer to the following API documentation: -- [WebClient](https://github.com/0xMiden/miden-client/docs/typedoc/web-client/classes/WebClient.md) - Main client class for note operations -- [NoteFilter](https://github.com/0xMiden/miden-client/docs/typedoc/web-client/classes/NoteFilter.md) - Class for filtering notes -- [NoteFilterTypes](https://github.com/0xMiden/miden-client/docs/typedoc/web-client/enumerations/NoteFilterTypes.md) - Enumeration for note filter types -- [AccountId](https://github.com/0xMiden/miden-client/docs/typedoc/web-client/classes/AccountId.md) - Class for working with account IDs -- [InputNoteRecord](https://github.com/0xMiden/miden-client/docs/typedoc/web-client/classes/InputNoteRecord.md) - Class representing input notes -- [ConsumableNoteRecord](https://github.com/0xMiden/miden-client/docs/typedoc/web-client/classes/ConsumableNoteRecord.md) - Class representing consumable notes -- [NoteScript](https://github.com/0xMiden/miden-client/docs/typedoc/web-client/classes/NoteScript.md) - Class for working with note scripts +- [WebClient](https://github.com/0xMiden/miden-client/blob/main/docs/typedoc/web-client/classes/WebClient.md) - Main client class for note operations +- [NoteFilter](https://github.com/0xMiden/miden-client/blob/main/docs/typedoc/web-client/classes/NoteFilter.md) - Class for filtering notes +- [NoteFilterTypes](https://github.com/0xMiden/miden-client/blob/main/docs/typedoc/web-client/enumerations/NoteFilterTypes.md) - Enumeration for note filter types +- [AccountId](https://github.com/0xMiden/miden-client/blob/main/docs/typedoc/web-client/classes/AccountId.md) - Class for working with account IDs +- [InputNoteRecord](https://github.com/0xMiden/miden-client/blob/main/docs/typedoc/web-client/classes/InputNoteRecord.md) - Class representing input notes +- [ConsumableNoteRecord](https://github.com/0xMiden/miden-client/blob/main/docs/typedoc/web-client/classes/ConsumableNoteRecord.md) - Class representing consumable notes +- [NoteScript](https://github.com/0xMiden/miden-client/blob/main/docs/typedoc/web-client/classes/NoteScript.md) - Class for working with note scripts For a complete list of available classes and utilities, see the [SDK API Reference](https://github.com/0xMiden/miden-client/docs/typedoc/web-client/README.md). From d14655f6b8c028d9be5c1078e2cffa817dea9c72 Mon Sep 17 00:00:00 2001 From: VolodymyrBg Date: Wed, 14 Jan 2026 00:07:57 +0200 Subject: [PATCH 05/15] links --- .../miden-client/web-client/note-transport.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/versioned_docs/version-0.12/miden-client/web-client/note-transport.md b/versioned_docs/version-0.12/miden-client/web-client/note-transport.md index e6c7fa33..191a4f2f 100644 --- a/versioned_docs/version-0.12/miden-client/web-client/note-transport.md +++ b/versioned_docs/version-0.12/miden-client/web-client/note-transport.md @@ -83,11 +83,11 @@ try { For more detailed information about note transport functionality, refer to the following API documentation: -- [WebClient](https://github.com/0xMiden/miden-client/docs/typedoc/web-client/classes/WebClient.md) - Main client class for note transport operations -- [Note](https://github.com/0xMiden/miden-client/docs/typedoc/web-client/classes/Note.md) - Class for working with notes -- [Address](https://github.com/0xMiden/miden-client/docs/typedoc/web-client/classes/Address.md) - Class for working with addresses -- [NoteFilter](https://github.com/0xMiden/miden-client/docs/typedoc/web-client/classes/NoteFilter.md) - Class for filtering notes -- [NoteFilterTypes](https://github.com/0xMiden/miden-client/docs/typedoc/web-client/enumerations/NoteFilterTypes.md) - Enumeration for note filter types +- [WebClient](https://github.com/0xMiden/miden-client/blob/main/docs/typedoc/web-client/classes/WebClient.md) - Main client class for note transport operations +- [Note](https://github.com/0xMiden/miden-client/blob/main/docs/typedoc/web-client/classes/Note.md) - Class for working with notes +- [Address](https://github.com/0xMiden/miden-client/blob/main/docs/typedoc/web-client/classes/Address.md) - Class for working with addresses +- [NoteFilter](https://github.com/0xMiden/miden-client/blob/main/docs/typedoc/web-client/classes/NoteFilter.md) - Class for filtering notes +- [NoteFilterTypes](https://github.com/0xMiden/miden-client/blob/main/docs/typedoc/web-client/enumerations/NoteFilterTypes.md) - Enumeration for note filter types -For a complete list of available classes and utilities, see the [SDK API Reference](https://github.com/0xMiden/miden-client/docs/typedoc/web-client/README.md). +For a complete list of available classes and utilities, see the [SDK API Reference](https://github.com/0xMiden/miden-client/blob/main/docs/typedoc/web-client/README.md). From f6f8e4604fefca180408f60ecd0171a7c897d3d1 Mon Sep 17 00:00:00 2001 From: VolodymyrBg Date: Wed, 14 Jan 2026 00:09:23 +0200 Subject: [PATCH 06/15] links --- .../web-client/new-transactions.md | 38 +++++++++---------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/versioned_docs/version-0.12/miden-client/web-client/new-transactions.md b/versioned_docs/version-0.12/miden-client/web-client/new-transactions.md index 431432fd..eff2259a 100644 --- a/versioned_docs/version-0.12/miden-client/web-client/new-transactions.md +++ b/versioned_docs/version-0.12/miden-client/web-client/new-transactions.md @@ -269,22 +269,22 @@ Custom transactions require a good understanding of the Miden VM and its instruc For more detailed information about transaction functionality, refer to the following API documentation: -- [WebClient](https://github.com/0xMiden/miden-client/docs/typedoc/web-client/classes/WebClient.md) - Main client class for transaction operations -- [TransactionRequest](https://github.com/0xMiden/miden-client/docs/typedoc/web-client/classes/TransactionRequest.md) - Class representing transaction requests -- [TransactionRequestBuilder](https://github.com/0xMiden/miden-client/docs/typedoc/web-client/classes/TransactionRequestBuilder.md) - Builder class for creating transaction requests -- [TransactionResult](https://github.com/0xMiden/miden-client/docs/typedoc/web-client/classes/TransactionResult.md) - Class representing transaction execution results -- [TransactionProver](https://github.com/0xMiden/miden-client/docs/typedoc/web-client/classes/TransactionProver.md) - Class for transaction proving -- [TransactionScript](https://github.com/0xMiden/miden-client/docs/typedoc/web-client/classes/TransactionScript.md) - Class for defining transaction scripts -- [NoteType](https://github.com/0xMiden/miden-client/docs/typedoc/web-client/enumerations/NoteType.md) - Enumeration for note types (Private/Public) -- [NoteAssets](https://github.com/0xMiden/miden-client/docs/typedoc/web-client/classes/NoteAssets.md) - Class for defining note assets -- [NoteMetadata](https://github.com/0xMiden/miden-client/docs/typedoc/web-client/classes/NoteMetadata.md) - Class for defining note metadata -- [FungibleAsset](https://github.com/0xMiden/miden-client/docs/typedoc/web-client/classes/FungibleAsset.md) - Class for defining fungible assets -- [Felt](https://github.com/0xMiden/miden-client/docs/typedoc/web-client/classes/Felt.md) - Class for working with field elements -- [FeltArray](https://github.com/0xMiden/miden-client/docs/typedoc/web-client/classes/FeltArray.md) - Class for working with arrays of field elements -- [NoteTag](https://github.com/0xMiden/miden-client/docs/typedoc/web-client/classes/NoteTag.md) - Class for defining note tags -- [NoteExecutionMode](https://github.com/0xMiden/miden-client/docs/typedoc/web-client/classes/NoteExecutionMode.md) - Class for defining note execution modes -- [NoteExecutionHint](https://github.com/0xMiden/miden-client/docs/typedoc/web-client/classes/NoteExecutionHint.md) - Class for defining note execution hints -- [OutputNotesArray](https://github.com/0xMiden/miden-client/docs/typedoc/web-client/classes/OutputNotesArray.md) - Class for working with arrays of output notes -- [NotesArray](https://github.com/0xMiden/miden-client/docs/typedoc/web-client/classes/NotesArray.md) - Class for working with arrays of notes - -For a complete list of available classes and utilities, see the [SDK API Reference](https://github.com/0xMiden/miden-client/docs/typedoc/web-client/README.md). +- [WebClient](https://github.com/0xMiden/miden-client/blob/main/docs/typedoc/web-client/classes/WebClient.md) - Main client class for transaction operations +- [TransactionRequest](https://github.com/0xMiden/miden-client/blob/main/docs/typedoc/web-client/classes/TransactionRequest.md) - Class representing transaction requests +- [TransactionRequestBuilder](https://github.com/0xMiden/miden-client/blob/main/docs/typedoc/web-client/classes/TransactionRequestBuilder.md) - Builder class for creating transaction requests +- [TransactionResult](https://github.com/0xMiden/miden-client/blob/main/docs/typedoc/web-client/classes/TransactionResult.md) - Class representing transaction execution results +- [TransactionProver](https://github.com/0xMiden/miden-client/blob/main/docs/typedoc/web-client/classes/TransactionProver.md) - Class for transaction proving +- [TransactionScript](https://github.com/0xMiden/miden-client/blob/main/docs/typedoc/web-client/classes/TransactionScript.md) - Class for defining transaction scripts +- [NoteType](https://github.com/0xMiden/miden-client/blob/main/docs/typedoc/web-client/enumerations/NoteType.md) - Enumeration for note types (Private/Public) +- [NoteAssets](https://github.com/0xMiden/miden-client/blob/main/docs/typedoc/web-client/classes/NoteAssets.md) - Class for defining note assets +- [NoteMetadata](https://github.com/0xMiden/miden-client/blob/main/docs/typedoc/web-client/classes/NoteMetadata.md) - Class for defining note metadata +- [FungibleAsset](https://github.com/0xMiden/miden-client/blob/main/docs/typedoc/web-client/classes/FungibleAsset.md) - Class for defining fungible assets +- [Felt](https://github.com/0xMiden/miden-client/blob/main/docs/typedoc/web-client/classes/Felt.md) - Class for working with field elements +- [FeltArray](https://github.com/0xMiden/miden-client/blob/main/docs/typedoc/web-client/classes/FeltArray.md) - Class for working with arrays of field elements +- [NoteTag](https://github.com/0xMiden/miden-client/blob/main/docs/typedoc/web-client/classes/NoteTag.md) - Class for defining note tags +- [NoteExecutionMode](https://github.com/0xMiden/miden-client/blob/main/docs/typedoc/web-client/classes/NoteExecutionMode.md) - Class for defining note execution modes +- [NoteExecutionHint](https://github.com/0xMiden/miden-client/blob/main/docs/typedoc/web-client/classes/NoteExecutionHint.md) - Class for defining note execution hints +- [OutputNotesArray](https://github.com/0xMiden/miden-client/blob/main/docs/typedoc/web-client/classes/OutputNotesArray.md) - Class for working with arrays of output notes +- [NotesArray](https://github.com/0xMiden/miden-client/blob/main/docs/typedoc/web-client/classes/NotesArray.md) - Class for working with arrays of notes + +For a complete list of available classes and utilities, see the [SDK API Reference](https://github.com/0xMiden/miden-client/blob/main/docs/typedoc/web-client/README.md). From 4fe9fe111578c484008009a1603e8548d3814e8f Mon Sep 17 00:00:00 2001 From: VolodymyrBg Date: Wed, 14 Jan 2026 00:09:59 +0200 Subject: [PATCH 07/15] links --- .../miden-client/web-client/new-accounts.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/versioned_docs/version-0.12/miden-client/web-client/new-accounts.md b/versioned_docs/version-0.12/miden-client/web-client/new-accounts.md index 3dc60b39..9b9ce36d 100644 --- a/versioned_docs/version-0.12/miden-client/web-client/new-accounts.md +++ b/versioned_docs/version-0.12/miden-client/web-client/new-accounts.md @@ -81,10 +81,10 @@ try { For more detailed information about the classes and methods used in these examples, refer to the following API documentation: - [WebClient](https://github.com/0xMiden/miden-client/docs/typedoc/web-client/classes/WebClient.md) - Main client class for interacting with the Miden network -- [Account](https://github.com/0xMiden/miden-client/docs/typedoc/web-client/classes/Account.md) - Account class and its properties -- [AccountStorageMode](https://github.com/0xMiden/miden-client/docs/typedoc/web-client/classes/AccountStorageMode.md) - Storage mode options and methods -- [AccountId](https://github.com/0xMiden/miden-client/docs/typedoc/web-client/classes/AccountId.md) - Account identifier class and utilities -- [AccountCode](https://github.com/0xMiden/miden-client/docs/typedoc/web-client/classes/AccountCode.md) - Account code management -- [AccountStorage](https://github.com/0xMiden/miden-client/docs/typedoc/web-client/classes/AccountStorage.md) - Account storage operations +- [Account](https://github.com/0xMiden/miden-client/blob/main/docs/typedoc/web-client/classes/Account.md) - Account class and its properties +- [AccountStorageMode](https://github.com/0xMiden/miden-client/blob/main/docs/typedoc/web-client/classes/AccountStorageMode.md) - Storage mode options and methods +- [AccountId](https://github.com/0xMiden/miden-client/blob/main/docs/typedoc/web-client/classes/AccountId.md) - Account identifier class and utilities +- [AccountCode](https://github.com/0xMiden/miden-client/blob/main/docs/typedoc/web-client/classes/AccountCode.md) - Account code management +- [AccountStorage](https://github.com/0xMiden/miden-client/blob/main/docs/typedoc/web-client/classes/AccountStorage.md) - Account storage operations -For a complete list of available classes and utilities, see the [SDK API Reference](https://github.com/0xMiden/miden-client/docs/typedoc/web-client/README.md). +For a complete list of available classes and utilities, see the [SDK API Reference](https://github.com/0xMiden/miden-client/blob/main/docs/typedoc/web-client/README.md). From 7c0fee3a2aee47f76d3fc3dfc3a1da1d79e8f633 Mon Sep 17 00:00:00 2001 From: VolodymyrBg Date: Wed, 14 Jan 2026 00:10:47 +0200 Subject: [PATCH 08/15] fix link --- versioned_docs/version-0.12/miden-client/web-client/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versioned_docs/version-0.12/miden-client/web-client/index.md b/versioned_docs/version-0.12/miden-client/web-client/index.md index fd83c405..3dbf161c 100644 --- a/versioned_docs/version-0.12/miden-client/web-client/index.md +++ b/versioned_docs/version-0.12/miden-client/web-client/index.md @@ -37,4 +37,4 @@ npm install @demox-labs/miden-sdk yarn add @demox-labs/miden-sdk ``` -See the [README](https://github.com/0xMiden/miden-client/blob/main/crates/web-client/README) for full installation instructions and some usage instructions, including code examples for wallet creation, transaction execution, and syncing state. +See the [README](https://github.com/0xMiden/miden-client/blob/main/crates/web-client/README.md) for full installation instructions and some usage instructions, including code examples for wallet creation, transaction execution, and syncing state. From 2d3a14ca26f3ecb1c4a5080264f1481be2c19fa9 Mon Sep 17 00:00:00 2001 From: VolodymyrBg Date: Wed, 14 Jan 2026 00:11:23 +0200 Subject: [PATCH 09/15] Update import.md --- .../version-0.12/miden-client/web-client/import.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/versioned_docs/version-0.12/miden-client/web-client/import.md b/versioned_docs/version-0.12/miden-client/web-client/import.md index 13bbbf03..8c55d57f 100644 --- a/versioned_docs/version-0.12/miden-client/web-client/import.md +++ b/versioned_docs/version-0.12/miden-client/web-client/import.md @@ -104,7 +104,7 @@ The `forceImportStore` method is a destructive operation that will completely ov For more detailed information about the import functionality, refer to the following API documentation: -- [WebClient](https://github.com/0xMiden/miden-client/docs/typedoc/web-client/classes/WebClient.md) - Main client class for interacting with the Miden network -- [Account](https://github.com/0xMiden/miden-client/docs/typedoc/web-client/classes/Account.md) - Account class returned by importPublicAccountFromSeed +- [WebClient](https://github.com/0xMiden/miden-client/blob/main/docs/typedoc/web-client/classes/WebClient.md) - Main client class for interacting with the Miden network +- [Account](https://github.com/0xMiden/miden-client/blob/main/docs/typedoc/web-client/classes/Account.md) - Account class returned by importPublicAccountFromSeed -For a complete list of available classes and utilities, see the [SDK API Reference](https://github.com/0xMiden/miden-client/docs/typedoc/web-client/README.md). +For a complete list of available classes and utilities, see the [SDK API Reference](https://github.com/0xMiden/miden-client/blob/main/docs/typedoc/web-client/README.md). From 7ebbf71c00315451da020da7f492ae4da12431b6 Mon Sep 17 00:00:00 2001 From: VolodymyrBg Date: Wed, 14 Jan 2026 00:11:52 +0200 Subject: [PATCH 10/15] Update export.md --- versioned_docs/version-0.12/miden-client/web-client/export.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/versioned_docs/version-0.12/miden-client/web-client/export.md b/versioned_docs/version-0.12/miden-client/web-client/export.md index b0cb166d..0ace7f1d 100644 --- a/versioned_docs/version-0.12/miden-client/web-client/export.md +++ b/versioned_docs/version-0.12/miden-client/web-client/export.md @@ -88,6 +88,6 @@ The store export contains all the data managed by the client, which can be usefu For more detailed information about the export functionality, refer to the following API documentation: -- [WebClient](https://github.com/0xMiden/miden-client/docs/typedoc/web-client/classes/WebClient.md) - Main client class for interacting with the Miden network +- [WebClient](https://github.com/0xMiden/miden-client/blob/main/docs/typedoc/web-client/classes/WebClient.md) - Main client class for interacting with the Miden network -For a complete list of available classes and utilities, see the [SDK API Reference](https://github.com/0xMiden/miden-client/docs/typedoc/web-client/README.md). +For a complete list of available classes and utilities, see the [SDK API Reference](https://github.com/0xMiden/miden-client/blob/main/docs/typedoc/web-client/README.md). From b581cb3a4c5faeb4f199e9f905c1baacdb4bbd97 Mon Sep 17 00:00:00 2001 From: VolodymyrBg Date: Wed, 14 Jan 2026 00:12:26 +0200 Subject: [PATCH 11/15] fix link --- versioned_docs/version-0.12/miden-client/web-client/examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versioned_docs/version-0.12/miden-client/web-client/examples.md b/versioned_docs/version-0.12/miden-client/web-client/examples.md index f1ee31d6..9e9ab6d0 100644 --- a/versioned_docs/version-0.12/miden-client/web-client/examples.md +++ b/versioned_docs/version-0.12/miden-client/web-client/examples.md @@ -33,7 +33,7 @@ The examples in this section showcase various capabilities of the Miden SDK, inc - Working with consumable notes - Send and fetch private notes using the note transport network -For installation instructions, prerequisites, and setup details, please refer to the [SDK README](https://github.com/0xMiden/miden-client/docs/typedoc/web-client/README.md). +For installation instructions, prerequisites, and setup details, please refer to the [SDK README](https://github.com/0xMiden/miden-client/blob/main/docs/typedoc/web-client/README.md). Each example is self-contained and includes: From 2e6c04326a250dba65ba36fdf0ba896a8145883d Mon Sep 17 00:00:00 2001 From: VolodymyrBg Date: Wed, 14 Jan 2026 00:13:02 +0200 Subject: [PATCH 12/15] fix links --- .../version-0.12/miden-client/web-client/accounts.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/versioned_docs/version-0.12/miden-client/web-client/accounts.md b/versioned_docs/version-0.12/miden-client/web-client/accounts.md index 618991f1..15136506 100644 --- a/versioned_docs/version-0.12/miden-client/web-client/accounts.md +++ b/versioned_docs/version-0.12/miden-client/web-client/accounts.md @@ -74,8 +74,8 @@ try { For more detailed information about the classes and methods used in these examples, refer to the following API documentation: -- [WebClient](https://github.com/0xMiden/miden-client/docs/typedoc/web-client/classes/WebClient.md) - Main client class for interacting with the Miden network -- [Account](https://github.com/0xMiden/miden-client/docs/typedoc/web-client/classes/Account.md) - Account class and its properties -- [AccountId](https://github.com/0xMiden/miden-client/docs/typedoc/web-client/classes/AccountId.md) - Account identifier class and utilities +- [WebClient](https://github.com/0xMiden/miden-client/blob/main/docs/typedoc/web-client/classes/WebClient.md) - Main client class for interacting with the Miden network +- [Account](https://github.com/0xMiden/miden-client/blob/main/docs/typedoc/web-client/classes/Account.md) - Account class and its properties +- [AccountId](https://github.com/0xMiden/miden-client/blob/main/docs/typedoc/web-client/classes/AccountId.md) - Account identifier class and utilities -For a complete list of available classes and utilities, see the [SDK API Reference](https://github.com/0xMiden/miden-client/docs/typedoc/web-client/README.md). +For a complete list of available classes and utilities, see the [SDK API Reference](https://github.com/0xMiden/miden-client/blob/main/docs/typedoc/web-client/README.md). From b5d0619f26623a480d64fd2685d451da38882dca Mon Sep 17 00:00:00 2001 From: VolodymyrBg Date: Sun, 1 Feb 2026 23:41:54 +0200 Subject: [PATCH 13/15] fix link --- versioned_docs/version-0.12/miden-client/web-client/tags.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/versioned_docs/version-0.12/miden-client/web-client/tags.md b/versioned_docs/version-0.12/miden-client/web-client/tags.md index b7cb2ff2..fc92dd82 100644 --- a/versioned_docs/version-0.12/miden-client/web-client/tags.md +++ b/versioned_docs/version-0.12/miden-client/web-client/tags.md @@ -124,4 +124,5 @@ For more detailed information about tag functionality, refer to the following AP - [NoteTag](https://github.com/0xMiden/miden-client/blob/main/docs/typedoc/web-client/classes/NoteTag.md) - Class for working with note tags - [AccountId](https://github.com/0xMiden/miden-client/blob/main/docs/typedoc/web-client/classes/AccountId.md) - Class for working with account IDs -For a complete list of available classes and utilities, see the [SDK API Reference](https://github.com/0xMiden/miden-client/docs/typedoc/web-client/README.md). +For a complete list of available classes and utilities, see the [SDK API Reference](https://github.com/0xMiden/miden-client/blob/main/docs/typedoc/web-client/README.md). + From d4f1e5d678da955771dc806bb4ab49240f4bd0be Mon Sep 17 00:00:00 2001 From: VolodymyrBg Date: Sun, 1 Feb 2026 23:42:18 +0200 Subject: [PATCH 14/15] fix link --- versioned_docs/version-0.12/miden-client/web-client/sync.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/versioned_docs/version-0.12/miden-client/web-client/sync.md b/versioned_docs/version-0.12/miden-client/web-client/sync.md index 0e7ed815..520748ab 100644 --- a/versioned_docs/version-0.12/miden-client/web-client/sync.md +++ b/versioned_docs/version-0.12/miden-client/web-client/sync.md @@ -51,4 +51,5 @@ For more detailed information about sync functionality, refer to the following A - [AccountId](https://github.com/0xMiden/miden-client/blob/main/docs/typedoc/web-client/classes/AccountId.md) - Class for working with account IDs - [TransactionId](https://github.com/0xMiden/miden-client/blob/main/docs/typedoc/web-client/classes/TransactionId.md) - Class for working with transaction IDs -For a complete list of available classes and utilities, see the [SDK API Reference](https://github.com/0xMiden/miden-client/docs/typedoc/web-client/README.md). +For a complete list of available classes and utilities, see the [SDK API Reference](https://github.com/0xMiden/miden-client/blob/main/docs/typedoc/web-client/README.md). + From b27232eb6bcf45e47d39c9babc363ba6bdcc62c9 Mon Sep 17 00:00:00 2001 From: VolodymyrBg Date: Sun, 1 Feb 2026 23:43:08 +0200 Subject: [PATCH 15/15] fix link --- versioned_docs/version-0.12/miden-client/web-client/notes.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/versioned_docs/version-0.12/miden-client/web-client/notes.md b/versioned_docs/version-0.12/miden-client/web-client/notes.md index 09b238ca..c9b39fbf 100644 --- a/versioned_docs/version-0.12/miden-client/web-client/notes.md +++ b/versioned_docs/version-0.12/miden-client/web-client/notes.md @@ -131,7 +131,7 @@ For more detailed information about note functionality, refer to the following A - [ConsumableNoteRecord](https://github.com/0xMiden/miden-client/blob/main/docs/typedoc/web-client/classes/ConsumableNoteRecord.md) - Class representing consumable notes - [NoteScript](https://github.com/0xMiden/miden-client/blob/main/docs/typedoc/web-client/classes/NoteScript.md) - Class for working with note scripts -For a complete list of available classes and utilities, see the [SDK API Reference](https://github.com/0xMiden/miden-client/docs/typedoc/web-client/README.md). +For a complete list of available classes and utilities, see the [SDK API Reference](https://github.com/0xMiden/miden-client/blob/main/docs/typedoc/web-client/README.md). ### Available Note Filter Types @@ -159,3 +159,4 @@ const noteIds = [noteId1, noteId2]; const listFilter = new NoteFilter(NoteFilterTypes.List, noteIds); const specificNotes = await webClient.getInputNotes(listFilter); ``` +