UNPKG

@solana/rpc-spec-types

Version:

Shared generic JSON RPC specifications

15 lines 564 B
/** * This package contains core types that can be used on both RPC and RPC Subscriptions * specifications. It can be used standalone, but it is also exported as part of Kit * [`@solana/kit`](https://github.com/anza-xyz/kit/tree/main/packages/kit). * * @packageDocumentation */ export * from './overloads'; export * from './parse-json-with-bigints'; export * from './rpc-message'; export * from './rpc-request'; export * from './rpc-response'; export * from './stringify-json-with-bigints'; export * from './type-helpers'; //# sourceMappingURL=index.d.ts.map