FeeBumpTransactionError
public enum FeeBumpTransactionError : Error, Sendable
Errors that can occur when creating fee bump transactions.
-
Fee is smaller than the minimum base fee required by the network.
Declaration
Swift
case feeSmallerThanBaseFee(message: String) -
Fee is smaller than the inner transaction’s fee.
Declaration
Swift
case feeSmallerThanInnerTransactionFee(message: String)
View on GitHub
Install in Dash