@1sat/wallet-toolbox 0.0.5 → 0.0.6

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.
@@ -173,6 +173,12 @@ export declare class OneSatWallet extends Wallet {
173
173
  * Build minimal parse context from transaction
174
174
  */
175
175
  buildParseContext(tx: Transaction): ParseContext;
176
+ /**
177
+ * Calculate the byte offset and length of each output's locking script
178
+ * within the raw transaction binary. This is needed for wallet-toolbox's
179
+ * listOutputs to extract locking scripts on demand.
180
+ */
181
+ private calculateScriptOffsets;
176
182
  /**
177
183
  * Ingest a transaction by running it through indexers and writing directly to storage.
178
184
  *