Support fetching fees for a transaction directly

Only on a Hub that enabled it, though
This commit is contained in:
2021-03-18 12:32:59 +01:00
parent 15f709a780
commit 21836f1653
4 changed files with 13 additions and 8 deletions
+1
View File
@@ -78,6 +78,7 @@ class Flowee {
this.IncludeOutputScripts = this.network.IncludeOutputScripts;
this.IncludeOutputAddresses = this.network.IncludeOutputAddresses;
this.IncludeOutputScriptHash = this.network.IncludeOutputScriptHash;
this.IncludeTxFees = this.network.IncludeTxFees;
this.InfoLevel = this.network.InfoLevel;
this.WarningLevel = this.network.WarningLevel;
this.QuietLevel = this.network.QuietLevel;