TransactionHistoryEntryXdr

XDR Source: struct TransactionHistoryEntry { uint32 ledgerSeq; TransactionSet txSet;

// when v != 0, txSet must be empty
union switch (int v)
{
case 0:
    void;
case 1:
    GeneralizedTransactionSet generalizedTxSet;
}
ext;

};

Constructors

Link copied to clipboard
constructor(ledgerSeq: Uint32Xdr, txSet: TransactionSetXdr, ext: TransactionHistoryEntryExtXdr)

Types

Link copied to clipboard
object Companion

Properties

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

Functions

Link copied to clipboard
fun encode(writer: XdrWriter)