@solana/rpc-types
Advanced tools
Comparing version 2.1.0-canary-20241211084732 to 2.1.0-canary-20250227211824
@@ -238,3 +238,3 @@ import type { Address } from '@solana/addresses'; | ||
/** type of reward */ | ||
rewardType: 'fee' | 'rent'; | ||
rewardType: 'Fee' | 'Rent'; | ||
}> & RewardBase) | ||
@@ -246,3 +246,3 @@ /** Commission is present only for voting and staking rewards */ | ||
/** type of reward */ | ||
rewardType: 'staking' | 'voting'; | ||
rewardType: 'Staking' | 'Voting'; | ||
}> & RewardBase); | ||
@@ -249,0 +249,0 @@ /** @deprecated */ |
{ | ||
"name": "@solana/rpc-types", | ||
"version": "2.1.0-canary-20241211084732", | ||
"version": "2.1.0-canary-20250227211824", | ||
"description": "Type definitions for values used in the Solana RPC, and helper functions for working with them", | ||
@@ -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" | ||
}, | ||
@@ -58,7 +58,7 @@ "browserslist": [ | ||
"dependencies": { | ||
"@solana/addresses": "2.1.0-canary-20241211084732", | ||
"@solana/codecs-numbers": "2.1.0-canary-20241211084732", | ||
"@solana/codecs-core": "2.1.0-canary-20241211084732", | ||
"@solana/codecs-strings": "2.1.0-canary-20241211084732", | ||
"@solana/errors": "2.1.0-canary-20241211084732" | ||
"@solana/codecs-numbers": "2.1.0-canary-20250227211824", | ||
"@solana/codecs-strings": "2.1.0-canary-20250227211824", | ||
"@solana/errors": "2.1.0-canary-20250227211824", | ||
"@solana/addresses": "2.1.0-canary-20250227211824", | ||
"@solana/codecs-core": "2.1.0-canary-20250227211824" | ||
}, | ||
@@ -65,0 +65,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-types/next.svg?style=flat | ||
[npm-image]: https://img.shields.io/npm/v/@solana/rpc-types/next.svg?style=flat | ||
[npm-url]: https://www.npmjs.com/package/@solana/rpc-types/v/next | ||
[npm-downloads-image]: https://img.shields.io/npm/dm/@solana/rpc-types?style=flat | ||
[npm-image]: https://img.shields.io/npm/v/@solana/rpc-types?style=flat | ||
[npm-url]: https://www.npmjs.com/package/@solana/rpc-types | ||
# @solana/rpc-types | ||
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 the Solana JavaScript SDK [`@solana/web3.js@next`](https://github.com/solana-labs/solana-web3.js/tree/master/packages/library). | ||
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). | ||
@@ -17,0 +17,0 @@ ## Types |
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
166757
+ Added@solana/addresses@2.1.0-canary-20250227211824(transitive)
+ Added@solana/assertions@2.1.0-canary-20250227211824(transitive)
+ Added@solana/codecs-core@2.1.0-canary-20250227211824(transitive)
+ Added@solana/codecs-numbers@2.1.0-canary-20250227211824(transitive)
+ Added@solana/codecs-strings@2.1.0-canary-20250227211824(transitive)
+ Added@solana/errors@2.1.0-canary-20250227211824(transitive)
+ Addedcommander@13.1.0(transitive)
- Removed@solana/addresses@2.1.0-canary-20241211084732(transitive)
- Removed@solana/assertions@2.1.0-canary-20241211084732(transitive)
- Removed@solana/codecs-core@2.1.0-canary-20241211084732(transitive)
- Removed@solana/codecs-numbers@2.1.0-canary-20241211084732(transitive)
- Removed@solana/codecs-strings@2.1.0-canary-20241211084732(transitive)
- Removed@solana/errors@2.1.0-canary-20241211084732(transitive)
- Removedcommander@12.1.0(transitive)