Skip to content
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

feat(ark): add support for multiple types in transactions query #107

Merged
merged 3 commits into from
Nov 5, 2024

Conversation

goga-m
Copy link
Contributor

@goga-m goga-m commented Nov 5, 2024

Closes https://app.clickup.com/t/86dv0zdna

Adds a new types property in client transaction query

types?: TransactionType[];
to allow querying by multiple transaction types.

When multiple types are added it transforms to &type=2,3,4 format in query search params.

Example format (for delegate registration & multisignature):

https://ark-test.arkvault.io/api/transactions?limit=30&address=D6wMj3ZU1qVLzc1QGJ6VDfWK1ThuP8qJfH&type=2%2C4&typeGroup=1

@goga-m goga-m marked this pull request as ready for review November 5, 2024 10:49
@ItsANameToo ItsANameToo merged commit 431158d into develop Nov 5, 2024
2 checks passed
@ItsANameToo ItsANameToo deleted the feat/ark-multiple-types branch November 5, 2024 12:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants