@@ -4,7 +4,7 @@ This document provides a comprehensive reference for all FFI (Foreign Function I
44
55**Auto-generated**: This documentation is automatically generated from the source code. Do not edit manually.
66
7- **Total Functions**: 259
7+ **Total Functions**: 258
88
99## Table of Contents
1010
@@ -140,7 +140,7 @@ Functions: 64
140140
141141### Account Management
142142
143- Functions: 109
143+ Functions: 108
144144
145145| Function | Description | Module |
146146|----------|-------------|--------|
@@ -238,7 +238,6 @@ Functions: 109
238238| `managed_core_account_get_external_address_pool` | Get the external address pool from a managed account This function returns... | managed_account |
239239| `managed_core_account_get_index` | Get the account index from a managed account Returns the primary account... | managed_account |
240240| `managed_core_account_get_internal_address_pool` | Get the internal address pool from a managed account This function returns... | managed_account |
241- | `managed_core_account_get_is_watch_only` | Check if a managed account is watch-only # Safety - `account` must be a... | managed_account |
242241| `managed_core_account_get_network` | Get the network of a managed account # Safety - `account` must be a valid... | managed_account |
243242| `managed_core_account_get_transaction_count` | Get the number of transactions in a managed account # Safety - `account`... | managed_account |
244243| `managed_core_account_get_transactions` | Get all transactions from a managed account Returns an array of... | managed_account |
@@ -3170,22 +3169,6 @@ Get the internal address pool from a managed account This function returns the
31703169
31713170---
31723171
3173- #### `managed_core_account_get_is_watch_only`
3174-
3175- ```c
3176- managed_core_account_get_is_watch_only(account: *const FFIManagedCoreAccount,) -> bool
3177- ```
3178-
3179- **Description:**
3180- Check if a managed account is watch-only # Safety - `account` must be a valid pointer to an FFIManagedCoreAccount instance
3181-
3182- **Safety:**
3183- - `account` must be a valid pointer to an FFIManagedCoreAccount instance
3184-
3185- **Module:** `managed_account`
3186-
3187- ---
3188-
31893172#### `managed_core_account_get_network`
31903173
31913174```c
0 commit comments