@solana/transaction-messages 2.1.1-canary-20250505034302 → 2.1.1-canary-20250505171355
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 +30 -16
- package/dist/index.browser.cjs.map +1 -1
- package/dist/index.browser.mjs +30 -16
- package/dist/index.browser.mjs.map +1 -1
- package/dist/index.native.mjs +30 -16
- package/dist/index.native.mjs.map +1 -1
- package/dist/index.node.cjs +30 -16
- package/dist/index.node.cjs.map +1 -1
- package/dist/index.node.mjs +30 -16
- package/dist/index.node.mjs.map +1 -1
- package/dist/types/codecs/address-table-lookup.d.ts.map +1 -1
- package/dist/types/compile/address-table-lookups.d.ts +6 -2
- package/dist/types/compile/address-table-lookups.d.ts.map +1 -1
- package/dist/types/decompile-message.d.ts.map +1 -1
- package/package.json +9 -9
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"address-table-lookup.d.ts","sourceRoot":"","sources":["../../../src/codecs/address-table-lookup.ts"],"names":[],"mappings":"AACA,OAAO,
|
|
1
|
+
{"version":3,"file":"address-table-lookup.d.ts","sourceRoot":"","sources":["../../../src/codecs/address-table-lookup.ts"],"names":[],"mappings":"AACA,OAAO,EAIH,KAAK,iBAAiB,EACtB,KAAK,mBAAmB,EACxB,KAAK,mBAAmB,EAC3B,MAAM,qBAAqB,CAAC;AAI7B,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,kCAAkC,CAAC;AAEvF,KAAK,kBAAkB,GAAG,UAAU,CAAC,OAAO,8BAA8B,CAAC,CAAC,MAAM,CAAC,CAAC;AAGpF,wBAAgB,4BAA4B,IAAI,mBAAmB,CAAC,kBAAkB,CAAC,CAatF;AAGD,wBAAgB,4BAA4B,IAAI,mBAAmB,CAAC,kBAAkB,CAAC,CAwBtF;AAED,wBAAgB,0BAA0B,IAAI,iBAAiB,CAAC,kBAAkB,CAAC,CAElF"}
|
|
@@ -3,9 +3,13 @@ import { OrderedAccounts } from '../compile/accounts';
|
|
|
3
3
|
type AddressTableLookup = Readonly<{
|
|
4
4
|
/** The address of the address lookup table account. */
|
|
5
5
|
lookupTableAddress: Address;
|
|
6
|
-
/**
|
|
6
|
+
/** @deprecated Use `readonlyIndexes` */
|
|
7
7
|
readableIndices: readonly number[];
|
|
8
|
-
/**
|
|
8
|
+
/** Indexes of accounts in a lookup table to load as read-only. */
|
|
9
|
+
readonlyIndexes: readonly number[];
|
|
10
|
+
/** Indexes of accounts in a lookup table to load as writable. */
|
|
11
|
+
writableIndexes: readonly number[];
|
|
12
|
+
/** @deprecated Use `writableIndexes` */
|
|
9
13
|
writableIndices: readonly number[];
|
|
10
14
|
}>;
|
|
11
15
|
export declare function getCompiledAddressTableLookups(orderedAccounts: OrderedAccounts): AddressTableLookup[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"address-table-lookups.d.ts","sourceRoot":"","sources":["../../../src/compile/address-table-lookups.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAwB,MAAM,mBAAmB,CAAC;AAGlE,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAEtD,KAAK,kBAAkB,GAAG,QAAQ,CAAC;IAC/B,uDAAuD;IACvD,kBAAkB,EAAE,OAAO,CAAC;IAC5B,kEAAkE;IAClE,eAAe,EAAE,SAAS,MAAM,EAAE,CAAC;IACnC,iEAAiE;IACjE,eAAe,EAAE,SAAS,MAAM,EAAE,CAAC;CACtC,CAAC,CAAC;AAEH,wBAAgB,8BAA8B,CAAC,eAAe,EAAE,eAAe,GAAG,kBAAkB,EAAE,
|
|
1
|
+
{"version":3,"file":"address-table-lookups.d.ts","sourceRoot":"","sources":["../../../src/compile/address-table-lookups.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAwB,MAAM,mBAAmB,CAAC;AAGlE,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAEtD,KAAK,kBAAkB,GAAG,QAAQ,CAAC;IAC/B,uDAAuD;IACvD,kBAAkB,EAAE,OAAO,CAAC;IAC5B,wCAAwC;IACxC,eAAe,EAAE,SAAS,MAAM,EAAE,CAAC;IACnC,kEAAkE;IAClE,eAAe,EAAE,SAAS,MAAM,EAAE,CAAC;IACnC,iEAAiE;IACjE,eAAe,EAAE,SAAS,MAAM,EAAE,CAAC;IACnC,wCAAwC;IACxC,eAAe,EAAE,SAAS,MAAM,EAAE,CAAC;CACtC,CAAC,CAAC;AAEH,wBAAgB,8BAA8B,CAAC,eAAe,EAAE,eAAe,GAAG,kBAAkB,EAAE,CAmCrG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"decompile-message.d.ts","sourceRoot":"","sources":["../../src/decompile-message.ts"],"names":[],"mappings":"AAYA,OAAO,EAAE,6BAA6B,EAAE,MAAM,qCAAqC,CAAC;AAEpF,OAAO,EAAE,4BAA4B,EAAE,MAAM,kCAAkC,CAAC;AAChF,OAAO,EAAE,0BAA0B,EAAE,MAAM,WAAW,CAAC;
|
|
1
|
+
{"version":3,"file":"decompile-message.d.ts","sourceRoot":"","sources":["../../src/decompile-message.ts"],"names":[],"mappings":"AAYA,OAAO,EAAE,6BAA6B,EAAE,MAAM,qCAAqC,CAAC;AAEpF,OAAO,EAAE,4BAA4B,EAAE,MAAM,kCAAkC,CAAC;AAChF,OAAO,EAAE,0BAA0B,EAAE,MAAM,WAAW,CAAC;AA+KvD,MAAM,MAAM,iCAAiC,GAAG;IAC5C;;;;;;OAMG;IACH,6BAA6B,CAAC,EAAE,6BAA6B,CAAC;IAC9D;;;;OAIG;IACH,oBAAoB,CAAC,EAAE,MAAM,CAAC;CACjC,CAAC;AAEF;;;;;;;;;;GAUG;AACH,wBAAgB,2BAA2B,CACvC,0BAA0B,EAAE,0BAA0B,EACtD,MAAM,CAAC,EAAE,iCAAiC,GAC3C,4BAA4B,CAyC9B"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@solana/transaction-messages",
|
|
3
|
-
"version": "2.1.1-canary-
|
|
3
|
+
"version": "2.1.1-canary-20250505171355",
|
|
4
4
|
"description": "Helpers for creating transaction messages",
|
|
5
5
|
"exports": {
|
|
6
6
|
"edge-light": {
|
|
@@ -54,14 +54,14 @@
|
|
|
54
54
|
"maintained node versions"
|
|
55
55
|
],
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@solana/
|
|
58
|
-
"@solana/
|
|
59
|
-
"@solana/codecs-
|
|
60
|
-
"@solana/errors": "2.1.1-canary-
|
|
61
|
-
"@solana/codecs-
|
|
62
|
-
"@solana/
|
|
63
|
-
"@solana/
|
|
64
|
-
"@solana/rpc-types": "2.1.1-canary-
|
|
57
|
+
"@solana/codecs-core": "2.1.1-canary-20250505171355",
|
|
58
|
+
"@solana/addresses": "2.1.1-canary-20250505171355",
|
|
59
|
+
"@solana/codecs-data-structures": "2.1.1-canary-20250505171355",
|
|
60
|
+
"@solana/errors": "2.1.1-canary-20250505171355",
|
|
61
|
+
"@solana/codecs-numbers": "2.1.1-canary-20250505171355",
|
|
62
|
+
"@solana/functional": "2.1.1-canary-20250505171355",
|
|
63
|
+
"@solana/instructions": "2.1.1-canary-20250505171355",
|
|
64
|
+
"@solana/rpc-types": "2.1.1-canary-20250505171355"
|
|
65
65
|
},
|
|
66
66
|
"peerDependencies": {
|
|
67
67
|
"typescript": ">=5.3.3"
|