@stalkchain/grpc-pool
Version:
High-availability gRPC connection pooling module with active-active configuration, deduplication, and stale connection detection
13 lines • 381 B
JavaScript
;
/**
* types/index.ts - Basic type definitions for gRPC pool MVP
*
* Simple types for connecting to 3 endpoints and streaming transaction signatures.
* Based on Triton-One Yellowstone gRPC patterns.
*
* @module types
* @author StalkChain Team
* @version 0.1.0
*/
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=index.js.map