grpc/grpc_resolution_client library
Classes
- GrpcResolutionClient
- TxResolutionClient over gRPC (SuiGrpcClient): converts gRPC responses into the shapes the builder consumes, so transactions build over gRPC.
Extensions
- SuiGrpcClientTransactions on SuiGrpcClient
- Builds, signs, and executes transactions entirely over gRPC.
Functions
-
normalizedMoveTypeToJson(
NormalizedMoveType type) → dynamic -
Converts a gRPC grpc.NormalizedMoveType into the JSON-RPC
SuiMoveNormalizedTyperepresentation the builder's serializer expects. Exposed for testing — both sides are structured, so this is a 1:1 recursion.