@omnity/ree-client-ts-sdk 0.3.9 → 0.4.0

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
@@ -497,6 +497,7 @@ export declare class Transaction {
497
497
  build(): Promise<{
498
498
  psbt: bitcoin.Psbt;
499
499
  txid: string;
500
+ fee: bigint;
500
501
  }>;
501
502
  /**
502
503
  * Submit the signed transaction to the orchestrator for execution