@omnity/ree-client-ts-sdk 0.5.8 → 0.5.9

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/react.d.ts CHANGED
@@ -353,6 +353,12 @@ export declare interface RuneInfo {
353
353
 
354
354
  declare function toBitcoinNetwork(network: Network): bitcoin.networks.Network;
355
355
 
356
+ declare type ToSignInput = {
357
+ publicKey?: string;
358
+ address?: string;
359
+ index: number;
360
+ };
361
+
356
362
  /**
357
363
  * Transaction builder for Bitcoin and Rune transactions
358
364
  * Handles PSBT creation, UTXO selection, and fee calculation
@@ -521,6 +527,7 @@ declare class Transaction {
521
527
  psbt: bitcoin.Psbt;
522
528
  txid: string;
523
529
  fee: bigint;
530
+ toSignInputs: ToSignInput[];
524
531
  }>;
525
532
  private static estimateTxVirtualSize;
526
533
  private static parseAddressType;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@omnity/ree-client-ts-sdk",
3
- "version": "0.5.8",
3
+ "version": "0.5.9",
4
4
  "description": "A TypeScript SDK for interacting with the Ree protocol on Bitcoin",
5
5
  "keywords": [
6
6
  "bitcoin",