Class AccountEntry.AccountEntryExt

java.lang.Object
org.stellar.sdk.xdr.AccountEntry.AccountEntryExt
Enclosing class:
AccountEntry

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