FeeBumpTransaction

@Serializable
data class FeeBumpTransaction(val hash: String, val signatures: List<String>)

FeeBumpTransaction is only present in a TransactionResponse if the transaction is a fee bump transaction or is wrapped by a fee bump transaction.

Constructors

Link copied to clipboard
constructor(hash: String, signatures: List<String>)

Properties

Link copied to clipboard
@SerialName(value = "hash")
val hash: String
Link copied to clipboard
@SerialName(value = "signatures")
val signatures: List<String>