Protocol buffer definitions for LaserStream gRPC (Yellowstone-compatible)
npm install laserstream-core-proto-jsProtocol buffer definitions for LaserStream gRPC (Yellowstone-compatible). This package provides TypeScript type definitions generated from the Geyser protobuf specification.
``bash`
npm install laserstream-core-proto-js
`typescript
import { geyser } from 'laserstream-core-proto-js';
// Use the generated types
const request: geyser.SubscribeRequest = {
// ...
};
`
This package version 9.0.2` corresponds to the laserstream-core-proto Rust crate version, which is based on Yellowstone gRPC with preprocessed transaction support.
MIT