- Overview
- DecodePublicProtobufResult
DecodePublicProtobufResult
Part of Reusable workflows in the Python API reference.
Related guidance: shipped-tooling.
Runnable examples: decode_public_protobuf.py.
from picogrid_ecn_client.workflows import DecodePublicProtobufResultValidated entity event decoded from public protobuf bytes.
DecodePublicProtobufResult(*, event: EntityEvent)Source · workflows/protobuf.py
Fields
Section titled “Fields”| Name | Type | Required | Default | Constraints | Description |
|---|---|---|---|---|---|
| event | EntityEvent | yes | — | — | Validated public entity event reconstructed from the payload. |
Version 0.2.0 · branch main
