Bucket Entry Xdr
XDR Source: union BucketEntry switch (BucketEntryType type) { case LIVEENTRY: case INITENTRY: LedgerEntry liveEntry;
case DEADENTRY: LedgerKey deadEntry; case METAENTRY: BucketMetadata metaEntry; };
Inheritors
Types
Link copied to clipboard
Link copied to clipboard
data class LiveEntry(val discriminant: BucketEntryTypeXdr, val value: LedgerEntryXdr) : BucketEntryXdr
Link copied to clipboard