Skip to content

Commit

Permalink
Merge branch '2.0' into isa-mana-remainder
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-martinez authored Jan 16, 2024
2 parents db6a70d + f80ba17 commit 3e28db3
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 3e28db3

Please sign in to comment.