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
Add an encoding parameter to the block index API requests to specify either a binary (hex) or JSON encoding.
We currently include both to support easy to handle JSON output for a barebones explorer: #1513 and require a binary output so the HyperSDK itself can decode into an ExecutedBlock type.
HyperSDK requires the binary so that it can decode while passing in the action/auth registries to handle the Action and Auth types included in transactions.
The text was updated successfully, but these errors were encountered:
Add an
encoding
parameter to the block index API requests to specify either a binary (hex) or JSON encoding.We currently include both to support easy to handle JSON output for a barebones explorer: #1513 and require a binary output so the HyperSDK itself can decode into an
ExecutedBlock
type.HyperSDK requires the binary so that it can decode while passing in the action/auth registries to handle the
Action
andAuth
types included in transactions.The text was updated successfully, but these errors were encountered: