Class LedgerEntry.LedgerEntryExt

java.lang.Object
org.stellar.sdk.xdr.LedgerEntry.LedgerEntryExt
Enclosing class:
LedgerEntry

public static class LedgerEntry.LedgerEntryExt extends Object
LedgerEntryExt's original definition in the XDR file is:
 union switch (int v)
     {
     case 0:
         void;
     case 1:
         LedgerEntryExtensionV1 v1;
     }