Bucket Entry Xdr
XDR Source: union BucketEntry switch (BucketEntryType type) { case LIVEENTRY: case INITENTRY: LedgerEntry liveEntry;
case DEADENTRY: LedgerKey deadEntry; case METAENTRY: BucketMetadata metaEntry; };
XDR Source: union BucketEntry switch (BucketEntryType type) { case LIVEENTRY: case INITENTRY: LedgerEntry liveEntry;
case DEADENTRY: LedgerKey deadEntry; case METAENTRY: BucketMetadata metaEntry; };