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
GetAccountTransactions
The release of the node version v3.8.0 has implemented new paramaters on the api request getAccountTransactions
v3.8.0
getAccountTransactions
The function getAccountTransactions and the interface GetAccountTransactionsArgs needs to be updated.
GetAccountTransactionsArgs
These properties should have support for the new sender and recipient parameters
sender
recipient
Signum Node Release Changelog: https://github.com/signum-network/signum-node/releases/tag/v3.8.0
SignumJS Api Documentation GetAccountTransactions property link: https://signum-network.github.io/signumjs/interfaces/core_api.accountapi.html#getaccounttransactions
GetAccountTransactions interface link: https://signum-network.github.io/signumjs/interfaces/core.getaccounttransactionsargs.html
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The release of the node version
v3.8.0
has implemented new paramaters on the api requestgetAccountTransactions
The function
getAccountTransactions
and the interfaceGetAccountTransactionsArgs
needs to be updated.Describe the solution you'd like
These properties should have support for the new
sender
andrecipient
parametersAdditional context
Signum Node Release Changelog:
https://github.com/signum-network/signum-node/releases/tag/v3.8.0
SignumJS Api Documentation
GetAccountTransactions
property link:https://signum-network.github.io/signumjs/interfaces/core_api.accountapi.html#getaccounttransactions
GetAccountTransactions
interface link:https://signum-network.github.io/signumjs/interfaces/core.getaccounttransactionsargs.html
The text was updated successfully, but these errors were encountered: