Skip to content

alertId in TransactionEvent can be null #7

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

edag94
Copy link

@edag94 edag94 commented Mar 9, 2022

AlertId returns null for an AlertEvent from this tx hash: 0x91b64b7935b98366381c33a519655b3d769f0a7b054011828387fe6ca08fbb98

AlertId returns `null` for an AlertEvent from this tx hash: `0x91b64b7935b98366381c33a519655b3d769f0a7b054011828387fe6ca08fbb98`
@edag94
Copy link
Author

edag94 commented Mar 9, 2022

It's possible that AlertId isn't an optional property, in which case the property should be

{
  // ...
  alertId: string | null
}

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