Skip to content

Commit

Permalink
nodejs: add SyncOptions::syncImplicitAccounts (#1841)
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-martinez authored Jan 16, 2024
1 parent f01b788 commit f80ba17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bindings/nodejs/lib/types/wallet/wallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down

0 comments on commit f80ba17

Please sign in to comment.