@solana/rpc-types
Version:
Type definitions for values used in the Solana RPC, and helper functions for working with them
25 lines • 892 B
TypeScript
/**
* This package defines types for values used in the
* [Solana JSON-RPC](https://docs.solana.com/api/http) and a series of helpers for working with
* them. 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 './account-filters';
export * from './account-info';
export * from './blockhash';
export * from './cluster-url';
export * from './commitment';
export * from './encoded-bytes';
export * from './lamports';
export * from './rpc-api';
export * from './stringified-bigint';
export * from './stringified-number';
export * from './token-amount';
export * from './token-balance';
export * from './transaction';
export * from './transaction-error';
export * from './typed-numbers';
export * from './unix-timestamp';
//# sourceMappingURL=index.d.ts.map