HotArchiveBucketEntryXdr

XDR Source: union HotArchiveBucketEntry switch (HotArchiveBucketEntryType type) { case HOT_ARCHIVE_ARCHIVED: LedgerEntry archivedEntry;

case HOT_ARCHIVE_LIVE: LedgerKey key; case HOT_ARCHIVE_METAENTRY: BucketMetadata metaEntry; };

Inheritors

Types

Link copied to clipboard
Link copied to clipboard
object Companion
Link copied to clipboard
data class Key(val value: LedgerKeyXdr) : HotArchiveBucketEntryXdr
Link copied to clipboard

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun encode(writer: XdrWriter)