Skip to content

v1.1.4

Choose a tag to compare

@JaydenLink JaydenLink released this 03 Feb 08:28

πŸŽ‰ 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.