Companion
object Companion
Functions
Link copied to clipboard
fun createWithBaseFee(feeSource: String, baseFee: Long, innerTransaction: Transaction): FeeBumpTransaction
Creates a new FeeBumpTransaction with a base fee per operation.
Link copied to clipboard
Creates a new FeeBumpTransaction with an exact fee amount.
Link copied to clipboard
Decodes a FeeBumpTransaction from a base64-encoded XDR envelope.
Link copied to clipboard
fun fromFeeBumpTransactionEnvelope(envelope: FeeBumpTransactionEnvelopeXdr, network: Network): FeeBumpTransaction
Decodes a FeeBumpTransaction from its XDR envelope representation.