v1.1.4
π gRPC Support
Supports the following gRPC services:
- LedgerService - Query ledger data including objects, transactions, checkpoints, and epochs
- NameService - Resolve Sui names and reverse lookups
- StateService - Query on-chain state including balances, owned objects, and coin information
- MovePackageService - Query Move package information, functions, and datatypes
- SubscriptionService - Subscribe to real-time updates for checkpoints and transactions
- TransactionExecutionService - Execute transactions on the Sui network
- SignatureVerificationService - Verify transaction signatures
π Examples
See grpc_examples for complete usage examples.