@solana/rpc-api 5.0.1-canary-20251104184811 → 5.0.1-canary-20251113194947
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2,7 +2,7 @@ import type { Commitment, Slot } from '@solana/rpc-types';
|
|
|
2
2
|
type GetTransactionCountApiResponse = bigint;
|
|
3
3
|
export type GetTransactionCountApi = {
|
|
4
4
|
/**
|
|
5
|
-
* Returns the current number of transactions to have achieved a given level of
|
|
5
|
+
* Returns the current number of transactions to have achieved a given level of commitment.
|
|
6
6
|
*
|
|
7
7
|
* @see https://solana.com/docs/rpc/http/gettransactioncount
|
|
8
8
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@solana/rpc-api",
|
|
3
|
-
"version": "5.0.1-canary-
|
|
3
|
+
"version": "5.0.1-canary-20251113194947",
|
|
4
4
|
"description": "Defines all default Solana RPC methods as types",
|
|
5
5
|
"homepage": "https://www.solanakit.com/api#solanarpc-api",
|
|
6
6
|
"exports": {
|
|
@@ -55,17 +55,17 @@
|
|
|
55
55
|
"maintained node versions"
|
|
56
56
|
],
|
|
57
57
|
"dependencies": {
|
|
58
|
-
"@solana/
|
|
59
|
-
"@solana/codecs-
|
|
60
|
-
"@solana/
|
|
61
|
-
"@solana/keys": "5.0.1-canary-
|
|
62
|
-
"@solana/
|
|
63
|
-
"@solana/rpc-
|
|
64
|
-
"@solana/rpc-transformers": "5.0.1-canary-
|
|
65
|
-
"@solana/rpc-types": "5.0.1-canary-
|
|
66
|
-
"@solana/
|
|
67
|
-
"@solana/transaction-messages": "5.0.1-canary-
|
|
68
|
-
"@solana/transactions": "5.0.1-canary-
|
|
58
|
+
"@solana/codecs-core": "5.0.1-canary-20251113194947",
|
|
59
|
+
"@solana/codecs-strings": "5.0.1-canary-20251113194947",
|
|
60
|
+
"@solana/errors": "5.0.1-canary-20251113194947",
|
|
61
|
+
"@solana/keys": "5.0.1-canary-20251113194947",
|
|
62
|
+
"@solana/rpc-parsed-types": "5.0.1-canary-20251113194947",
|
|
63
|
+
"@solana/rpc-spec": "5.0.1-canary-20251113194947",
|
|
64
|
+
"@solana/rpc-transformers": "5.0.1-canary-20251113194947",
|
|
65
|
+
"@solana/rpc-types": "5.0.1-canary-20251113194947",
|
|
66
|
+
"@solana/addresses": "5.0.1-canary-20251113194947",
|
|
67
|
+
"@solana/transaction-messages": "5.0.1-canary-20251113194947",
|
|
68
|
+
"@solana/transactions": "5.0.1-canary-20251113194947"
|
|
69
69
|
},
|
|
70
70
|
"peerDependencies": {
|
|
71
71
|
"typescript": ">=5.3.3"
|