diff --git a/bindings/nodejs/lib/types/wallet/wallet.ts b/bindings/nodejs/lib/types/wallet/wallet.ts index bcf3141e93..db1cb5b450 100644 --- a/bindings/nodejs/lib/types/wallet/wallet.ts +++ b/bindings/nodejs/lib/types/wallet/wallet.ts @@ -105,6 +105,8 @@ export interface SyncOptions { syncOnlyMostBasicOutputs?: boolean; /** Sync native token foundries, so their metadata can be returned in the balance. Default: false. */ syncNativeTokenFoundries?: boolean; + /// Sync implicit accounts. + syncImplicitAccounts?: boolean; } /** Specifies what outputs should be synced for the ed25519 address from the wallet. */