pinax-network / substreams

Substreams built by Pinax
Apache License 2.0
5 stars 2 forks source link

eosio.token: OR params? #27

Open YaroShkvorets opened 1 year ago

YaroShkvorets commented 1 year ago

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 ?

DenisCarriere commented 1 year ago

@YaroShkvorets we can't at the moment

We would need to rethink how we handle params for eosio.token substreams

I'm thinking we need to be able to support ExtendedAsset and ExtendedSymbol

"?from=1.0000 EOS@eosio.token&to=2.0000 USDT@tethertether"

We might come up with another solution for params