LedgerHeaderHistoryEntryXdr

XDR Source: struct LedgerHeaderHistoryEntry { Hash hash; LedgerHeader header;

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

};

Constructors

Link copied to clipboard
constructor(hash: HashXdr, header: LedgerHeaderXdr, ext: LedgerHeaderHistoryEntryExtXdr)

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)
Link copied to clipboard

Encodes this XDR object to a base64 string.