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
What I hope is that the data that can be returned is consistent with the data returned by the rpc request, so that I can better switch to the GRPC node.
This is my filter
Python how to compatible it ?
I found can convert grpc output to TransactionWithStatusMeta Object, then encode it, But how to do this, any examples?
And the innerstruction returned by grpc is similar to this data
What I hope is that the data that can be returned is consistent with the data returned by the rpc request, so that I can better switch to the GRPC node.
This is my filter
This is Grpc subscribe return tx data:
This is rpc return data format
Python how to compatible it ?
Python how to compatible it ?
I found can convert grpc output to TransactionWithStatusMeta Object, then encode it, But how to do this, any examples?
And the innerstruction returned by grpc is similar to this data
But I see that rpc returns parsed data.
What should I do to get the same data format as the rpc interface?
The text was updated successfully, but these errors were encountered: