Skip to content

NXC-357: Add broker buy and sell response models to support notifications - #18

Merged
PJvGrol merged 1 commit into
mainfrom
brokerbuy-brokersell-notification-support
Jul 27, 2026
Merged

PJvGrol merged 1 commit into
mainfrom
brokerbuy-brokersell-notification-support

Conversation

@raymens

@raymens raymens commented Jul 27, 2026

Copy link
Copy Markdown
Member

This pull request extends the callback response models in CallbacksModel.cs to support broker buy and sell transactions, and enhances the data included in several transaction response classes. These changes improve the SDK's ability to represent and handle a wider variety of crypto transaction notifications with more detailed information.

Support for broker transactions:

  • Added new response classes LabelNotificationTxBrokerBuyResponse and LabelNotificationTxBrokerSellResponse to represent broker buy and sell transaction notifications, including fields for transaction ID, crypto/fiat amounts, addresses, and blockchain messages.
  • Updated LabelNotificationResponse to include BrokerBuy and BrokerSell properties for handling these new transaction types.

Enhancements to existing transaction responses:

  • Added CryptoAmount and DestinationAddress fields to LabelNotificationTxSendoutResponse for more detailed sendout transaction data.
  • Enhanced LabelNotificationTxReceiveInResponse with new fields: ReceivedFiatValue, ReceiveAddress, and BlockchainMessage for richer receive-in transaction information.

Copilot AI review requested due to automatic review settings July 27, 2026 12:38

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@PJvGrol
PJvGrol merged commit ae222c8 into main Jul 27, 2026
5 checks passed
@PJvGrol
PJvGrol deleted the brokerbuy-brokersell-notification-support branch July 27, 2026 12:40
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.

3 participants