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
The GetTxPoolContentRequest should have Verbosity.
It must have these values:
TRANSACTION_ID
TRANSACTION_INFO
For Transactions ID We just return the list of transaction IDs.
At the same time, we need to add an API to get transaction Info by ID:
GetTxPoolEntry that accepts an ID and returns the transaction info
The text was updated successfully, but these errors were encountered:
The GetTxPoolContentRequest should have Verbosity.
It must have these values:
For Transactions ID We just return the list of transaction IDs.
At the same time, we need to add an API to get transaction Info by ID:
GetTxPoolEntry that accepts an ID and returns the transaction info
The text was updated successfully, but these errors were encountered: