@solana/kit 7.0.0 → 8.0.0-canary-20260713122432

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.
@@ -10050,6 +10050,23 @@ ${lastLines.map((line) => ` > ${line}
10050
10050
  ...innerInstructionsConfigs.map((c) => ["meta", "innerInstructions", KEYPATH_WILDCARD, ...c]),
10051
10051
  ...messageConfig.map((c) => ["transaction", "message", ...c])
10052
10052
  ],
10053
+ getTransactionsForAddress: [
10054
+ ["data", KEYPATH_WILDCARD, "transactionIndex"],
10055
+ ["data", KEYPATH_WILDCARD, "meta", "preTokenBalances", KEYPATH_WILDCARD, "accountIndex"],
10056
+ ["data", KEYPATH_WILDCARD, "meta", "preTokenBalances", KEYPATH_WILDCARD, "uiTokenAmount", "decimals"],
10057
+ ["data", KEYPATH_WILDCARD, "meta", "postTokenBalances", KEYPATH_WILDCARD, "accountIndex"],
10058
+ ["data", KEYPATH_WILDCARD, "meta", "postTokenBalances", KEYPATH_WILDCARD, "uiTokenAmount", "decimals"],
10059
+ ["data", KEYPATH_WILDCARD, "meta", "rewards", KEYPATH_WILDCARD, "commission"],
10060
+ ...innerInstructionsConfigs.map((c) => [
10061
+ "data",
10062
+ KEYPATH_WILDCARD,
10063
+ "meta",
10064
+ "innerInstructions",
10065
+ KEYPATH_WILDCARD,
10066
+ ...c
10067
+ ]),
10068
+ ...messageConfig.map((c) => ["data", KEYPATH_WILDCARD, "transaction", "message", ...c])
10069
+ ],
10053
10070
  getVersion: [["feature-set"]],
10054
10071
  getVoteAccounts: [
10055
10072
  ["current", KEYPATH_WILDCARD, "commission"],
@@ -10433,7 +10450,7 @@ ${lastLines.map((line) => ` > ${line}
10433
10450
  ...config.headers ? normalizeHeaders2(config.headers) : void 0,
10434
10451
  ...{
10435
10452
  // Keep these headers lowercase so they will override any user-supplied headers above.
10436
- "solana-client": `js/${"7.0.0"}`
10453
+ "solana-client": `js/${"8.0.0-canary-20260713122432"}`
10437
10454
  }
10438
10455
  }
10439
10456
  }),