Skip to content

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 DecodePublicProtobufResult

Validated entity event decoded from public protobuf bytes.

DecodePublicProtobufResult(*, event: EntityEvent)

Source · workflows/protobuf.py

NameTypeRequiredDefaultConstraintsDescription
eventEntityEventyesValidated public entity event reconstructed from the payload.

Version 0.2.0 · branch main