FeeBumpTransactionXdr

data class FeeBumpTransactionXdr(val feeSource: MuxedAccountXdr, val fee: Int64Xdr, val innerTx: FeeBumpTransactionInnerTxXdr, val ext: FeeBumpTransactionExtXdr)

XDR Source: struct FeeBumpTransaction { MuxedAccount feeSource; int64 fee; union switch (EnvelopeType type) { case ENVELOPE_TYPE_TX: TransactionV1Envelope v1; } innerTx; union switch (int v) { case 0: void; } ext; };

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun encode(writer: XdrWriter)