@solana/rpc-spec-types
Advanced tools
Comparing version 2.1.0-canary-20241211084732 to 2.1.0-canary-20250227211824
{ | ||
"name": "@solana/rpc-spec-types", | ||
"version": "2.1.0-canary-20241211084732", | ||
"version": "2.1.0-canary-20250227211824", | ||
"description": "Shared generic JSON RPC specifications", | ||
@@ -47,6 +47,6 @@ "exports": { | ||
"type": "git", | ||
"url": "https://github.com/solana-labs/solana-web3.js" | ||
"url": "https://github.com/anza-xyz/kit" | ||
}, | ||
"bugs": { | ||
"url": "http://github.com/solana-labs/solana-web3.js/issues" | ||
"url": "https://github.com/anza-xyz/kit/issues" | ||
}, | ||
@@ -53,0 +53,0 @@ "browserslist": [ |
@@ -8,9 +8,9 @@ [![npm][npm-image]][npm-url] | ||
[code-style-prettier-url]: https://github.com/prettier/prettier | ||
[npm-downloads-image]: https://img.shields.io/npm/dm/@solana/rpc-spec-types/next.svg?style=flat | ||
[npm-image]: https://img.shields.io/npm/v/@solana/rpc-spec-types/next.svg?style=flat | ||
[npm-url]: https://www.npmjs.com/package/@solana/rpc-spec-types/v/next | ||
[npm-downloads-image]: https://img.shields.io/npm/dm/@solana/rpc-spec-types?style=flat | ||
[npm-image]: https://img.shields.io/npm/v/@solana/rpc-spec-types?style=flat | ||
[npm-url]: https://www.npmjs.com/package/@solana/rpc-spec-types | ||
# @solana/rpc-spec-types | ||
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 the Solana JavaScript SDK [`@solana/web3.js@next`](https://github.com/solana-labs/solana-web3.js/tree/master/packages/library). | ||
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). | ||
@@ -23,4 +23,4 @@ ## Types | ||
- `methodName`: The name of the RPC method or subscription requested. | ||
- `params`: The parameters to be passed to the RPC server. | ||
- `methodName`: The name of the RPC method or subscription requested. | ||
- `params`: The parameters to be passed to the RPC server. | ||
@@ -27,0 +27,0 @@ ### `RpcRequestTransformer` |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
109958