@solana/kit 5.2.0-canary-20260107102549 → 5.2.0-canary-20260107102938
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.
- package/dist/index.browser.cjs.map +1 -1
- package/dist/index.browser.mjs.map +1 -1
- package/dist/index.development.js +1 -1
- package/dist/index.development.js.map +1 -1
- package/dist/index.native.mjs.map +1 -1
- package/dist/index.node.cjs.map +1 -1
- package/dist/index.node.mjs.map +1 -1
- package/dist/index.production.min.js +1 -1
- package/dist/types/decompile-transaction-message-fetching-lookup-tables.d.ts +2 -2
- package/dist/types/decompile-transaction-message-fetching-lookup-tables.d.ts.map +1 -1
- package/package.json +23 -22
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { type FetchAccountsConfig } from '@solana/accounts';
|
|
2
2
|
import type { GetMultipleAccountsApi, Rpc } from '@solana/rpc';
|
|
3
|
-
import {
|
|
3
|
+
import { CompiledTransactionMessage, CompiledTransactionMessageWithLifetime, TransactionMessage, TransactionMessageWithFeePayer, TransactionMessageWithLifetime } from '@solana/transaction-messages';
|
|
4
4
|
type DecompileTransactionMessageFetchingLookupTablesConfig = FetchAccountsConfig & {
|
|
5
5
|
lastValidBlockHeight?: bigint;
|
|
6
6
|
};
|
|
@@ -13,6 +13,6 @@ type DecompileTransactionMessageFetchingLookupTablesConfig = FetchAccountsConfig
|
|
|
13
13
|
* @param rpc An object that supports the {@link GetMultipleAccountsApi} of the Solana RPC API
|
|
14
14
|
* @param config
|
|
15
15
|
*/
|
|
16
|
-
export declare function decompileTransactionMessageFetchingLookupTables(compiledTransactionMessage: CompiledTransactionMessage & CompiledTransactionMessageWithLifetime, rpc: Rpc<GetMultipleAccountsApi>, config?: DecompileTransactionMessageFetchingLookupTablesConfig): Promise<
|
|
16
|
+
export declare function decompileTransactionMessageFetchingLookupTables(compiledTransactionMessage: CompiledTransactionMessage & CompiledTransactionMessageWithLifetime, rpc: Rpc<GetMultipleAccountsApi>, config?: DecompileTransactionMessageFetchingLookupTablesConfig): Promise<TransactionMessage & TransactionMessageWithFeePayer & TransactionMessageWithLifetime>;
|
|
17
17
|
export {};
|
|
18
18
|
//# sourceMappingURL=decompile-transaction-message-fetching-lookup-tables.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"decompile-transaction-message-fetching-lookup-tables.d.ts","sourceRoot":"","sources":["../../src/decompile-transaction-message-fetching-lookup-tables.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAC5D,OAAO,KAAK,EAAE,sBAAsB,EAAE,GAAG,EAAE,MAAM,aAAa,CAAC;AAC/D,OAAO,EACH,
|
|
1
|
+
{"version":3,"file":"decompile-transaction-message-fetching-lookup-tables.d.ts","sourceRoot":"","sources":["../../src/decompile-transaction-message-fetching-lookup-tables.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAC5D,OAAO,KAAK,EAAE,sBAAsB,EAAE,GAAG,EAAE,MAAM,aAAa,CAAC;AAC/D,OAAO,EACH,0BAA0B,EAC1B,sCAAsC,EAEtC,kBAAkB,EAClB,8BAA8B,EAC9B,8BAA8B,EACjC,MAAM,8BAA8B,CAAC;AAItC,KAAK,qDAAqD,GAAG,mBAAmB,GAAG;IAC/E,oBAAoB,CAAC,EAAE,MAAM,CAAC;CACjC,CAAC;AAEF;;;;;;;;GAQG;AACH,wBAAsB,+CAA+C,CACjE,0BAA0B,EAAE,0BAA0B,GAAG,sCAAsC,EAC/F,GAAG,EAAE,GAAG,CAAC,sBAAsB,CAAC,EAChC,MAAM,CAAC,EAAE,qDAAqD,GAC/D,OAAO,CAAC,kBAAkB,GAAG,8BAA8B,GAAG,8BAA8B,CAAC,CAmB/F"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@solana/kit",
|
|
3
|
-
"version": "5.2.0-canary-
|
|
3
|
+
"version": "5.2.0-canary-20260107102938",
|
|
4
4
|
"description": "Solana Javascript API",
|
|
5
5
|
"homepage": "https://www.solanakit.com",
|
|
6
6
|
"exports": {
|
|
@@ -58,27 +58,28 @@
|
|
|
58
58
|
"maintained node versions"
|
|
59
59
|
],
|
|
60
60
|
"dependencies": {
|
|
61
|
-
"@solana/accounts": "5.2.0-canary-
|
|
62
|
-
"@solana/addresses": "5.2.0-canary-
|
|
63
|
-
"@solana/
|
|
64
|
-
"@solana/
|
|
65
|
-
"@solana/
|
|
66
|
-
"@solana/
|
|
67
|
-
"@solana/
|
|
68
|
-
"@solana/
|
|
69
|
-
"@solana/
|
|
70
|
-
"@solana/plugin-core": "5.2.0-canary-
|
|
71
|
-
"@solana/rpc": "5.2.0-canary-
|
|
72
|
-
"@solana/
|
|
73
|
-
"@solana/rpc-
|
|
74
|
-
"@solana/rpc-
|
|
75
|
-
"@solana/rpc-types": "5.2.0-canary-
|
|
76
|
-
"@solana/
|
|
77
|
-
"@solana/
|
|
78
|
-
"@solana/sysvars": "5.2.0-canary-
|
|
79
|
-
"@solana/
|
|
80
|
-
"@solana/
|
|
81
|
-
"@solana/transaction-messages": "5.2.0-canary-
|
|
61
|
+
"@solana/accounts": "5.2.0-canary-20260107102938",
|
|
62
|
+
"@solana/addresses": "5.2.0-canary-20260107102938",
|
|
63
|
+
"@solana/codecs": "5.2.0-canary-20260107102938",
|
|
64
|
+
"@solana/errors": "5.2.0-canary-20260107102938",
|
|
65
|
+
"@solana/functional": "5.2.0-canary-20260107102938",
|
|
66
|
+
"@solana/instruction-plans": "5.2.0-canary-20260107102938",
|
|
67
|
+
"@solana/instructions": "5.2.0-canary-20260107102938",
|
|
68
|
+
"@solana/keys": "5.2.0-canary-20260107102938",
|
|
69
|
+
"@solana/offchain-messages": "5.2.0-canary-20260107102938",
|
|
70
|
+
"@solana/plugin-core": "5.2.0-canary-20260107102938",
|
|
71
|
+
"@solana/rpc": "5.2.0-canary-20260107102938",
|
|
72
|
+
"@solana/programs": "5.2.0-canary-20260107102938",
|
|
73
|
+
"@solana/rpc-api": "5.2.0-canary-20260107102938",
|
|
74
|
+
"@solana/rpc-parsed-types": "5.2.0-canary-20260107102938",
|
|
75
|
+
"@solana/rpc-spec-types": "5.2.0-canary-20260107102938",
|
|
76
|
+
"@solana/rpc-subscriptions": "5.2.0-canary-20260107102938",
|
|
77
|
+
"@solana/rpc-types": "5.2.0-canary-20260107102938",
|
|
78
|
+
"@solana/sysvars": "5.2.0-canary-20260107102938",
|
|
79
|
+
"@solana/signers": "5.2.0-canary-20260107102938",
|
|
80
|
+
"@solana/transaction-confirmation": "5.2.0-canary-20260107102938",
|
|
81
|
+
"@solana/transaction-messages": "5.2.0-canary-20260107102938",
|
|
82
|
+
"@solana/transactions": "5.2.0-canary-20260107102938"
|
|
82
83
|
},
|
|
83
84
|
"peerDependencies": {
|
|
84
85
|
"typescript": ">=5.9.3"
|