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
Let's say I want to track all transfers TO contract1 and all transfers FROM contract2. How do we capture this with our params schema @DenisCarriere ?
contract1
contract2
The text was updated successfully, but these errors were encountered:
@YaroShkvorets we can't at the moment
We would need to rethink how we handle params for eosio.token substreams
eosio.token
I'm thinking we need to be able to support ExtendedAsset and ExtendedSymbol
ExtendedAsset
ExtendedSymbol
"?from=1.0000 EOS@eosio.token&to=2.0000 USDT@tethertether"
We might come up with another solution for params
Sorry, something went wrong.
No branches or pull requests
Let's say I want to track all transfers TO
contract1
and all transfers FROMcontract2
.How do we capture this with our params schema @DenisCarriere ?
The text was updated successfully, but these errors were encountered: