encode_frame
autogen.beta.network.transport.frames.encode_frame #
Serialise a Frame to a JSON-compatible dict.
Adds the kind discriminator (a ClassVar, so asdict does not include it). Nested Envelope is auto-flattened by dataclasses.asdict.