v1.2.0
New Features
-
Unified API: One client interface (
sui/v2) supports both JSON-RPC and gRPC. Switch backends by changingClientOptions; application code stays the same. -
Transport support: Works with
httpconn.HttpConn(JSON-RPC) andgrpcconn.SuiGrpcClient(gRPC). -
Payload normalization: Consistent field names and type strings across backends (e.g.
typeArguments,result,transaction.bcs).
See V2 README for details and examples.