@solana/rpc-api
Advanced tools
Comparing version 2.1.0-canary-20241126104400 to 2.1.0-canary-20241126223728
{ | ||
"name": "@solana/rpc-api", | ||
"version": "2.1.0-canary-20241126104400", | ||
"version": "2.1.0-canary-20241126223728", | ||
"description": "Defines all default Solana RPC methods as types", | ||
@@ -57,13 +57,13 @@ "exports": { | ||
"dependencies": { | ||
"@solana/addresses": "2.1.0-canary-20241126104400", | ||
"@solana/codecs-core": "2.1.0-canary-20241126104400", | ||
"@solana/codecs-strings": "2.1.0-canary-20241126104400", | ||
"@solana/errors": "2.1.0-canary-20241126104400", | ||
"@solana/keys": "2.1.0-canary-20241126104400", | ||
"@solana/rpc-parsed-types": "2.1.0-canary-20241126104400", | ||
"@solana/rpc-spec": "2.1.0-canary-20241126104400", | ||
"@solana/rpc-transformers": "2.1.0-canary-20241126104400", | ||
"@solana/rpc-types": "2.1.0-canary-20241126104400", | ||
"@solana/transaction-messages": "2.1.0-canary-20241126104400", | ||
"@solana/transactions": "2.1.0-canary-20241126104400" | ||
"@solana/addresses": "2.1.0-canary-20241126223728", | ||
"@solana/codecs-strings": "2.1.0-canary-20241126223728", | ||
"@solana/codecs-core": "2.1.0-canary-20241126223728", | ||
"@solana/errors": "2.1.0-canary-20241126223728", | ||
"@solana/keys": "2.1.0-canary-20241126223728", | ||
"@solana/rpc-parsed-types": "2.1.0-canary-20241126223728", | ||
"@solana/rpc-transformers": "2.1.0-canary-20241126223728", | ||
"@solana/rpc-spec": "2.1.0-canary-20241126223728", | ||
"@solana/rpc-types": "2.1.0-canary-20241126223728", | ||
"@solana/transaction-messages": "2.1.0-canary-20241126223728", | ||
"@solana/transactions": "2.1.0-canary-20241126223728" | ||
}, | ||
@@ -70,0 +70,0 @@ "peerDependencies": { |
@@ -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-api/rc.svg?style=flat | ||
[npm-image]: https://img.shields.io/npm/v/@solana/rpc-api/rc.svg?style=flat | ||
[npm-url]: https://www.npmjs.com/package/@solana/rpc-api/v/rc | ||
[npm-downloads-image]: https://img.shields.io/npm/dm/@solana/rpc-api/next.svg?style=flat | ||
[npm-image]: https://img.shields.io/npm/v/@solana/rpc-api/next.svg?style=flat | ||
[npm-url]: https://www.npmjs.com/package/@solana/rpc-api/v/next | ||
# @solana/rpc-api | ||
This package contains types that describe the [methods](https://solana.com/docs/rpc/http) of the Solana JSON RPC API, and utilities for creating a `RpcApi` implementation with sensible defaults. It can be used standalone, but it is also exported as part of the Solana JavaScript SDK [`@solana/web3.js@rc`](https://github.com/solana-labs/solana-web3.js/tree/master/packages/library). | ||
This package contains types that describe the [methods](https://solana.com/docs/rpc/http) of the Solana JSON RPC API, and utilities for creating a `RpcApi` implementation with sensible defaults. 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). | ||
@@ -17,0 +17,0 @@ Each RPC method is described in terms of a TypeScript type of the following form: |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
256628
+ Added@solana/addresses@2.1.0-canary-20241126223728(transitive)
+ Added@solana/assertions@2.1.0-canary-20241126223728(transitive)
+ Added@solana/codecs-core@2.1.0-canary-20241126223728(transitive)
+ Added@solana/codecs-data-structures@2.1.0-canary-20241126223728(transitive)
+ Added@solana/codecs-numbers@2.1.0-canary-20241126223728(transitive)
+ Added@solana/codecs-strings@2.1.0-canary-20241126223728(transitive)
+ Added@solana/errors@2.1.0-canary-20241126223728(transitive)
+ Added@solana/functional@2.1.0-canary-20241126223728(transitive)
+ Added@solana/instructions@2.1.0-canary-20241126223728(transitive)
+ Added@solana/keys@2.1.0-canary-20241126223728(transitive)
+ Added@solana/rpc-parsed-types@2.1.0-canary-20241126223728(transitive)
+ Added@solana/rpc-spec@2.1.0-canary-20241126223728(transitive)
+ Added@solana/rpc-spec-types@2.1.0-canary-20241126223728(transitive)
+ Added@solana/rpc-transformers@2.1.0-canary-20241126223728(transitive)
+ Added@solana/rpc-types@2.1.0-canary-20241126223728(transitive)
+ Added@solana/transaction-messages@2.1.0-canary-20241126223728(transitive)
+ Added@solana/transactions@2.1.0-canary-20241126223728(transitive)
- Removed@solana/addresses@2.1.0-canary-20241126104400(transitive)
- Removed@solana/assertions@2.1.0-canary-20241126104400(transitive)
- Removed@solana/codecs-core@2.1.0-canary-20241126104400(transitive)
- Removed@solana/codecs-data-structures@2.1.0-canary-20241126104400(transitive)
- Removed@solana/codecs-numbers@2.1.0-canary-20241126104400(transitive)
- Removed@solana/codecs-strings@2.1.0-canary-20241126104400(transitive)
- Removed@solana/errors@2.1.0-canary-20241126104400(transitive)
- Removed@solana/functional@2.1.0-canary-20241126104400(transitive)
- Removed@solana/instructions@2.1.0-canary-20241126104400(transitive)
- Removed@solana/keys@2.1.0-canary-20241126104400(transitive)
- Removed@solana/rpc-parsed-types@2.1.0-canary-20241126104400(transitive)
- Removed@solana/rpc-spec@2.1.0-canary-20241126104400(transitive)
- Removed@solana/rpc-spec-types@2.1.0-canary-20241126104400(transitive)
- Removed@solana/rpc-transformers@2.1.0-canary-20241126104400(transitive)
- Removed@solana/rpc-types@2.1.0-canary-20241126104400(transitive)
- Removed@solana/transaction-messages@2.1.0-canary-20241126104400(transitive)
- Removed@solana/transactions@2.1.0-canary-20241126104400(transitive)
Updated@solana/transaction-messages@2.1.0-canary-20241126223728