You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! Not sure what exactly do you mean, but if you want to i.e. monitor all blocks for smart contract events, all that info is available in block data. (provider.make_request("wallet/getblockbynum", {"num": block, "detail": True})
If contract["type"] == "TriggerSmartContract", then you can parse data from here
See example here: https://github.com/bitcartcc/bitcart/blob/11e80ef0aec82a05ceaeca38649b184e46c354d8/daemons/trx.py#L93-L120
P.S. If you want to do payment processing you can just use BitcartCC directly (:
No description provided.
The text was updated successfully, but these errors were encountered: