Sui Grpc Data Format

Use when writing or upgrading a Sentio Sui processor on SDK 4 that touches RAW transaction / object / event structures — e.g. reading fields off ctx.transaction, walking programmable-transaction commands, decoding an object from ctx.client.getObject, or parsing Move type strings. On SDK 4 Sui chain data is fetched over gRPC, so these raw shapes follow the Sui gRPC protobuf schema and differ from the JSON-RPC shapes used by earlier SDK versions (field names, nesting, protobuf oneof unions, and type-string formatting). Not needed for typed handlers that only use event.data_decoded.

Install

openclaw skills install @philz3906/sui-grpc-data-format