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
query($account: String!,$contract: String, $cursor: String, $limit: Int64) { getAccountHistoryActions(account: $account,contract: $contract,cursor: $cursor, limit: $limit ) { edges { cursor node { blockID blockNum blockTime receiver account name authorization { actor } } } pageInfo { startCursor hasNextPage hasPreviousPage } } }
{ "account": "eosio", "contract": "eosio.token", "limit": 100 }
{ "errors": [ { "message": "account history by contract not available", "path": [ "getAccountHistoryActions" ] } ], "data": null }
I added it after it has been running for a while, I don’t know if it will affect
accounthist-mode: account-contract
The text was updated successfully, but these errors were encountered:
@maoueh
Sorry, something went wrong.
No branches or pull requests
I try to execute
Query conditions
Return error
I try to add in dfuse.yml,But still the same error
I added it after it has been running for a while, I don’t know if it will affect
accounthist-mode: account-contract
The text was updated successfully, but these errors were encountered: