TransactionHistoryResultEntryXdr

XDR Source: struct TransactionHistoryResultEntry { uint32 ledgerSeq; TransactionResultSet txResultSet;

// reserved for future use
union switch (int v)
{
case 0:
    void;
}
ext;

};

Constructors

Link copied to clipboard
constructor(ledgerSeq: Uint32Xdr, txResultSet: TransactionResultSetXdr, ext: TransactionHistoryResultEntryExtXdr)

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)