Skip to content

NXS-7674: Update SDK with Trust Level changes#88

Merged
SuzanneRobert merged 1 commit into
mainfrom
7674_update_SDK_with_trust_level_changes
Mar 16, 2026
Merged

NXS-7674: Update SDK with Trust Level changes#88
SuzanneRobert merged 1 commit into
mainfrom
7674_update_SDK_with_trust_level_changes

Conversation

@martin-quantoz
Copy link
Copy Markdown
Contributor

@martin-quantoz martin-quantoz commented Mar 11, 2026

This pull request introduces new properties to the trust level and token payout limits response models, and updates the relevant interfaces and implementations to support these changes.

Trust Level and Limits Model Enhancements:

  • Added requireExecutedSellDoesNotExceedLifetimeBuy, monthlyExemptionAmount, and a flags dictionary to the TrustLevelsResponse model,
  • Removed the custodianLimit property from the OverallLimits class.

Token Payout Limits Response Expansion:

  • Introduced a new TokenPayoutLimitsResponse record, inheriting from TokenLimitsResponse, which includes the new requireExecutedSellDoesNotExceedLifetimeBuy and monthlyExemptionAmount properties for payout-specific limit responses.
  • Updated method signatures in interfaces and implementations (ITokenLimitsFacade, ITokenServerProvider, facade classes, and example projects) to return the new TokenPayoutLimitsResponse instead of the generic TokenLimitsResponse for payout-related methods. This ensures consumers can access the extended properties.

…imitsResponse extending TokenLimitsResponse. New response includes payout specific fields.
@martin-quantoz martin-quantoz marked this pull request as ready for review March 12, 2026 12:43
@SuzanneRobert SuzanneRobert merged commit 9c46b99 into main Mar 16, 2026
1 check passed
@SuzanneRobert SuzanneRobert deleted the 7674_update_SDK_with_trust_level_changes branch March 16, 2026 08:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants