compat/sui_grpc_compat
library
Classes
-
SuiGrpcCompat
-
Drop-in-ish replacement for the legacy JSON-RPC
SuiClient, backed by the
new gRPC-web transport (and GraphQL for filtered queries). Exposes the same
method names and legacy model return types the app already consumes, so
callers migrate by swapping the client construction only.
-
SuiNamePage
-
Minimal page wrapper matching the legacy
resolveNameServiceNames return
shape (.data.firstOrNull).
Page wrapper for resolveNameServiceNames results (.data = names).