Skip to main content

Module proofrpc

Module proofrpc 

Source

Structs§

Method
One RPC method.
Proofrpc
Declarative RPC service definition consumed by tf-schema codegen –target rpc-ts|rpc-rust. See TF-0007.

Enums§

Method_Kind
Streaming mode. unary: one request → one response. server-streaming: one request → many. client-streaming: many → one. bidi-streaming: many ↔ many. subscribe: one subscribe → many events with optional ack. command-channel: long-lived control with backpressure. bulk-transfer: chunked binary with content-hashing. telemetry: push-only with priority class. remote-shell: stdin/stdout stream. agent-session: bidi stream that carries the chain of responsibility. http-bridge: bidi stream that carries HTTP/1.1 or HTTP/2 frames (headers, chunks, trailers) for cross-site proxying.
Method_StreamingPriority
Priority class for streaming methods (TF-0011).
Proofrpc_RpcVersion
Version of the proofrpc service descriptor schema.