@omnity/ree-client-ts-sdk 0.4.5 → 0.4.7

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.d.ts CHANGED
@@ -318,6 +318,7 @@ declare interface ReeContextValue {
318
318
  }) => void;
319
319
  createTransaction: (params?: {
320
320
  feeRate?: number;
321
+ mergeSelfRuneBtcOutputs?: boolean;
321
322
  }) => Promise<Transaction>;
322
323
  }
323
324