We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
transfers
When fetching all-transactions, every transaction type has a transfers array that currently doesn't exist in all types. We are therefore not mapping all transfers of transactions, only the transfers of multisig transactions.
all-transactions
We should map the transfers of (module) transactions if they exist.
IMPORTANT: fetching (module) transactions from the respective typed-endpoint does NOT seemingly have a transfers array.
The text was updated successfully, but these errors were encountered:
transaction_hash
module-transactions
No branches or pull requests
Description
When fetching
all-transactions
, every transaction type has atransfers
array that currently doesn't exist in all types. We are therefore not mapping all transfers of transactions, only thetransfers
of multisig transactions.We should map the
transfers
of (module) transactions if they exist.IMPORTANT: fetching (module) transactions from the respective typed-endpoint does NOT seemingly have a
transfers
array.Requirements
all-transactions
specifictransfers
is neededAdditional information
The text was updated successfully, but these errors were encountered: